[llvm] a1dd4e3 - [gn build] Port 16c7b3c9f517

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 5 07:52:53 PDT 2025


Author: LLVM GN Syncbot
Date: 2025-06-05T14:46:04Z
New Revision: a1dd4e3000d5298cf3df2659a872cb56ac764061

URL: https://github.com/llvm/llvm-project/commit/a1dd4e3000d5298cf3df2659a872cb56ac764061
DIFF: https://github.com/llvm/llvm-project/commit/a1dd4e3000d5298cf3df2659a872cb56ac764061.diff

LOG: [gn build] Port 16c7b3c9f517

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/BUILD.gn
index 2155835583a04..a8eb834c1da23 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/BUILD.gn
@@ -22,7 +22,8 @@ static_library("Instrumentation") {
     "InstrProfiling.cpp",
     "KCFI.cpp",
     "LowerAllowCheckPass.cpp",
-    "MemProfiler.cpp",
+    "MemProfInstrumentation.cpp",
+    "MemProfUse.cpp",
     "MemorySanitizer.cpp",
     "NumericalStabilitySanitizer.cpp",
     "PGOCtxProfFlattening.cpp",


        


More information about the llvm-commits mailing list