[llvm] 7d607f4 - [gn build] Port f1ee0473209e

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 27 18:00:31 PDT 2025


Author: Peter Collingbourne
Date: 2025-08-27T17:59:54-07:00
New Revision: 7d607f49cbd2ae68a77e39bf67c476f2289b2939

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

LOG: [gn build] Port f1ee0473209e

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang/lib/CodeGen/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/lib/CodeGen/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/CodeGen/BUILD.gn
index e36ca4005c657..d0e28e9bb6a85 100644
--- a/llvm/utils/gn/secondary/clang/lib/CodeGen/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/CodeGen/BUILD.gn
@@ -143,6 +143,7 @@ static_library("CodeGen") {
     "Targets/WebAssembly.cpp",
     "Targets/X86.cpp",
     "Targets/XCore.cpp",
+    "TrapReasonBuilder.cpp",
     "VarBypassDetector.cpp",
   ]
 }


        


More information about the llvm-commits mailing list