Skip to content

Commit a1dd4e3

Browse files
committed
[gn build] Port 16c7b3c
1 parent cd5c555 commit a1dd4e3

File tree

1 file changed

+2
-1
lines changed
  • llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ static_library("Instrumentation") {
2222
"InstrProfiling.cpp",
2323
"KCFI.cpp",
2424
"LowerAllowCheckPass.cpp",
25-
"MemProfiler.cpp",
25+
"MemProfInstrumentation.cpp",
26+
"MemProfUse.cpp",
2627
"MemorySanitizer.cpp",
2728
"NumericalStabilitySanitizer.cpp",
2829
"PGOCtxProfFlattening.cpp",

0 commit comments

Comments
 (0)