[llvm] 642d5d7 - [gn] "port" fc7857ca95bb (CIRUnitTests)

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Thu May 15 16:23:43 PDT 2025


Author: Nico Weber
Date: 2025-05-15T19:22:39-04:00
New Revision: 642d5d74b5cc8c07b0e35cfa24e8ffb7de189bcd

URL: https://github.com/llvm/llvm-project/commit/642d5d74b5cc8c07b0e35cfa24e8ffb7de189bcd
DIFF: https://github.com/llvm/llvm-project/commit/642d5d74b5cc8c07b0e35cfa24e8ffb7de189bcd.diff

LOG: [gn] "port" fc7857ca95bb (CIRUnitTests)

CIRUnitTests depends on mlir, so create a dummy target to make
the sync script happy. (This is behind CLANG_ENABLE_CIR in cmake.)

Added: 
    llvm/utils/gn/secondary/clang/unittests/CIR/BUILD.gn

Modified: 
    

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/unittests/CIR/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/CIR/BUILD.gn
new file mode 100644
index 0000000000000..c480200e18c8c
--- /dev/null
+++ b/llvm/utils/gn/secondary/clang/unittests/CIR/BUILD.gn
@@ -0,0 +1,5 @@
+# Dummy target because real CIRUnitTests depends on //mlir, which isn't
+# part of the GN build.
+group("CIRUnitTests") {
+  sources = [ "PointerLikeTest.cpp" ]
+}


        


More information about the llvm-commits mailing list