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 cd5c555 commit a1dd4e3Copy full SHA for a1dd4e3
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