[llvm] [gn build] Port 2dbcd7d10f94 (PR #210484)
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 17 21:49:55 PDT 2026
https://github.com/nico created https://github.com/llvm/llvm-project/pull/210484
None
>From 7bfc956fd578583f69708c270a9b2de58af96640 Mon Sep 17 00:00:00 2001
From: Nico Weber <thakis at chromium.org>
Date: Sat, 18 Jul 2026 00:49:42 -0400
Subject: [PATCH] [gn build] Port 2dbcd7d10f94
---
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 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