[llvm] 20a7902 - [gn build] Port df2d2d125bef

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 23 12:41:39 PDT 2025


Author: LLVM GN Syncbot
Date: 2025-07-23T19:35:03Z
New Revision: 20a79027ca58bbde563f9a914e4ada71301eb50a

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

LOG: [gn build] Port df2d2d125bef

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
index d327e810c536d..d84c8a6a591c2 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
@@ -76,6 +76,7 @@ static_library("Utils") {
     "MoveAutoInit.cpp",
     "NameAnonGlobals.cpp",
     "PredicateInfo.cpp",
+    "ProfileVerify.cpp",
     "PromoteMemoryToRegister.cpp",
     "RelLookupTableConverter.cpp",
     "SCCPSolver.cpp",


        


More information about the llvm-commits mailing list