[llvm] 17ab8a3 - [gn build] Port f7b65011de51

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 31 11:53:39 PDT 2025


Author: LLVM GN Syncbot
Date: 2025-07-31T18:47:16Z
New Revision: 17ab8a39763eefaa0bb8d5881f87503d95b44d39

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

LOG: [gn build] Port f7b65011de51

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 a8eb834c1da23..4e75f1c28c967 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/BUILD.gn
@@ -28,6 +28,7 @@ static_library("Instrumentation") {
     "NumericalStabilitySanitizer.cpp",
     "PGOCtxProfFlattening.cpp",
     "PGOCtxProfLowering.cpp",
+    "PGOEstimateTripCounts.cpp",
     "PGOForceFunctionAttrs.cpp",
     "PGOInstrumentation.cpp",
     "PGOMemOPSizeOpt.cpp",


        


More information about the llvm-commits mailing list