[llvm] [gn build] Port 40ae05d4773f (PR #210357)

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 17 08:12:26 PDT 2026


https://github.com/nico created https://github.com/llvm/llvm-project/pull/210357

None

>From 0dd9462e2f9410230d6ac3bfe806cf4e0db8e309 Mon Sep 17 00:00:00 2001
From: Nico Weber <thakis at chromium.org>
Date: Fri, 17 Jul 2026 11:12:07 -0400
Subject: [PATCH] [gn build] Port 40ae05d4773f

---
 llvm/utils/gn/secondary/clang/unittests/CIR/BUILD.gn | 1 +
 1 file changed, 1 insertion(+)

diff --git a/llvm/utils/gn/secondary/clang/unittests/CIR/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/CIR/BUILD.gn
index 10f06ed631390..7c3a23092bcc7 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",
+    "IntTypeABIAlignTest.cpp",
     "PointerLikeTest.cpp",
     "RecordTypeMetadataTest.cpp",
     "UnionTypeSizeTest.cpp",



More information about the llvm-commits mailing list