Skip to content

Commit 4fdccd3

Browse files
committed
[gn build] Port 2ae968a
1 parent 2ae968a commit 4fdccd3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/BUILD.gn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ static_library("Instrumentation") {
2121
"IndirectCallPromotion.cpp",
2222
"InstrOrderFile.cpp",
2323
"InstrProfiling.cpp",
24-
"Instrumentation.cpp",
2524
"KCFI.cpp",
2625
"LowerAllowCheckPass.cpp",
2726
"MemProfiler.cpp",

llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ static_library("Utils") {
4343
"InjectTLIMappings.cpp",
4444
"InlineFunction.cpp",
4545
"InstructionNamer.cpp",
46+
"Instrumentation.cpp",
4647
"IntegerDivision.cpp",
4748
"LCSSA.cpp",
4849
"LibCallsShrinkWrap.cpp",

0 commit comments

Comments
 (0)