[llvm] 585a4a2 - [gn build] Port 472aa4e326be (#192098)

via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 14 11:02:12 PDT 2026


Author: Nico Weber
Date: 2026-04-14T14:02:07-04:00
New Revision: 585a4a22e1ded03123a13823b1bed6790107dc59

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

LOG: [gn build] Port 472aa4e326be (#192098)

[gn build] Port 472aa4e326be

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 4ae09493007eb..a8fbc7ecf94f4 100644
--- a/llvm/utils/gn/secondary/clang/unittests/CIR/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/CIR/BUILD.gn
@@ -4,5 +4,6 @@ group("CIRUnitTests") {
   sources = [
     "PointerLikeTest.cpp",
     "RecordTypeMetadataTest.cpp",
+    "UnionTypeSizeTest.cpp",
   ]
 }


        


More information about the llvm-commits mailing list