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.
2 parents 182d8be + a1dd4e3 commit 8ad0db5Copy full SHA for 8ad0db5
llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/BUILD.gn
@@ -22,7 +22,8 @@ static_library("Instrumentation") {
22
"InstrProfiling.cpp",
23
"KCFI.cpp",
24
"LowerAllowCheckPass.cpp",
25
- "MemProfiler.cpp",
+ "MemProfInstrumentation.cpp",
26
+ "MemProfUse.cpp",
27
"MemorySanitizer.cpp",
28
"NumericalStabilitySanitizer.cpp",
29
"PGOCtxProfFlattening.cpp",
0 commit comments