[llvm] d9a5286 - [gn build] Port d1dbd484ada2 (#209153)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 13 05:11:34 PDT 2026
Author: Nico Weber
Date: 2026-07-13T08:11:30-04:00
New Revision: d9a5286ac41e54ed8aa73b61a8f173a9d0460085
URL: https://github.com/llvm/llvm-project/commit/d9a5286ac41e54ed8aa73b61a8f173a9d0460085
DIFF: https://github.com/llvm/llvm-project/commit/d9a5286ac41e54ed8aa73b61a8f173a9d0460085.diff
LOG: [gn build] Port d1dbd484ada2 (#209153)
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 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