[llvm] 06bf7a9 - [gn build] Port 1f72fa29ecb4

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 7 13:09:52 PDT 2025


Author: LLVM GN Syncbot
Date: 2025-04-07T20:01:30Z
New Revision: 06bf7a99fd21c1c450d81d2dc8d3e529042181be

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

LOG: [gn build] Port 1f72fa29ecb4

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/unittests/CodeGen/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/CodeGen/BUILD.gn
index 2fbc127199609..456c4f97c7f25 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/CodeGen/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/CodeGen/BUILD.gn
@@ -46,6 +46,7 @@ unittest("CodeGenTests") {
     "TargetOptionsTest.cpp",
     "TestAsmPrinter.cpp",
     "TypeTraitsTest.cpp",
+    "X86MCInstLowerTest.cpp",
   ]
   has_custom_main = true
 }


        


More information about the llvm-commits mailing list