[llvm] 4aca302 - [gn build] Port c2d892668b7f

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu May 2 08:05:38 PDT 2024


Author: LLVM GN Syncbot
Date: 2024-05-02T14:59:16Z
New Revision: 4aca302f5a82ee65847c88500b39a2530dfeceb4

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

LOG: [gn build] Port c2d892668b7f

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 d79b5efe69eb00..50309d8ee024cd 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/BUILD.gn
@@ -26,6 +26,7 @@ static_library("Instrumentation") {
     "LowerAllowCheckPass.cpp",
     "MemProfiler.cpp",
     "MemorySanitizer.cpp",
+    "PGOCtxProfLowering.cpp",
     "PGOForceFunctionAttrs.cpp",
     "PGOInstrumentation.cpp",
     "PGOMemOPSizeOpt.cpp",


        


More information about the llvm-commits mailing list