[llvm] ef6947b - [gn build] Port 3ebed51e997b

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 5 08:17:40 PST 2025


Author: LLVM GN Syncbot
Date: 2025-11-05T16:03:32Z
New Revision: ef6947b098e8086ac0d72086b1c63cb8d82ba797

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

LOG: [gn build] Port 3ebed51e997b

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/unittests/CodeGen/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/CodeGen/BUILD.gn
index 065fc6cdd74a3..bd8d9610c2a4a 100644
--- a/llvm/utils/gn/secondary/clang/unittests/CodeGen/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/CodeGen/BUILD.gn
@@ -17,6 +17,7 @@ unittest("ClangCodeGenTests") {
     "BufferSourceTest.cpp",
     "CheckTargetFeaturesTest.cpp",
     "CodeGenExternalTest.cpp",
+    "DemangleTrapReasonInDebugInfo.cpp",
     "TBAAMetadataTest.cpp",
   ]
 }


        


More information about the llvm-commits mailing list