We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae968a commit 4fdccd3Copy full SHA for 4fdccd3
llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/BUILD.gn
@@ -21,7 +21,6 @@ static_library("Instrumentation") {
21
"IndirectCallPromotion.cpp",
22
"InstrOrderFile.cpp",
23
"InstrProfiling.cpp",
24
- "Instrumentation.cpp",
25
"KCFI.cpp",
26
"LowerAllowCheckPass.cpp",
27
"MemProfiler.cpp",
llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
@@ -43,6 +43,7 @@ static_library("Utils") {
43
"InjectTLIMappings.cpp",
44
"InlineFunction.cpp",
45
"InstructionNamer.cpp",
46
+ "Instrumentation.cpp",
47
"IntegerDivision.cpp",
48
"LCSSA.cpp",
49
"LibCallsShrinkWrap.cpp",
0 commit comments