Skip to content

Commit 642d5d7

Browse files
committed
[gn] "port" fc7857c (CIRUnitTests)
CIRUnitTests depends on mlir, so create a dummy target to make the sync script happy. (This is behind CLANG_ENABLE_CIR in cmake.)
1 parent 136f2ba commit 642d5d7

File tree

1 file changed

+5
-0
lines changed
  • llvm/utils/gn/secondary/clang/unittests/CIR

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Dummy target because real CIRUnitTests depends on //mlir, which isn't
2+
# part of the GN build.
3+
group("CIRUnitTests") {
4+
sources = [ "PointerLikeTest.cpp" ]
5+
}

0 commit comments

Comments
 (0)