[llvm] a623e8d - [gn build] Port 2dbcd7d10f94 (#210484)

via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 17 21:50:17 PDT 2026


Author: Nico Weber
Date: 2026-07-18T00:50:12-04:00
New Revision: a623e8d4381e26eceff29209e6db411617d95f83

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

LOG: [gn build] Port 2dbcd7d10f94 (#210484)

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/unittests/CIR/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/CIR/BUILD.gn
index 7c3a23092bcc7..abb8b2ced0d91 100644
--- a/llvm/utils/gn/secondary/clang/unittests/CIR/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/CIR/BUILD.gn
@@ -4,6 +4,7 @@ group("CIRUnitTests") {
   sources = [
     "CallOpTest.cpp",
     "ControlFlowTest.cpp",
+    "GetFloatingPointTypeTest.cpp",
     "IntTypeABIAlignTest.cpp",
     "PointerLikeTest.cpp",
     "RecordTypeMetadataTest.cpp",


        


More information about the llvm-commits mailing list