[llvm] [gn build] Port d1dbd484ada2 (PR #209153)

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 13 05:02:15 PDT 2026


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

None

>From 7c7bf513e339a3f975e5ca6294eca4f93da89c10 Mon Sep 17 00:00:00 2001
From: Nico Weber <thakis at chromium.org>
Date: Mon, 13 Jul 2026 07:46:45 -0400
Subject: [PATCH] [gn build] Port d1dbd484ada2

---
 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 8ef98d2176d6d..10f06ed631390 100644
--- a/llvm/utils/gn/secondary/clang/unittests/CIR/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/CIR/BUILD.gn
@@ -2,6 +2,7 @@
 # part of the GN build.
 group("CIRUnitTests") {
   sources = [
+    "CallOpTest.cpp",
     "ControlFlowTest.cpp",
     "PointerLikeTest.cpp",
     "RecordTypeMetadataTest.cpp",



More information about the llvm-commits mailing list