Skip to content

Commit 2a907f4

Browse files
committed
[gn] sync dbb3e7d (ish)
1 parent 0b6ddb0 commit 2a907f4

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

llvm/utils/gn/secondary/clang/unittests/BUILD.gn

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,9 @@ group("unittests") {
4646
}
4747
testonly = true
4848
}
49+
50+
# CMake puts most tests into an AllClangUnitTests target. The GN build
51+
# doesn't do this. This keeps the sync script happy.
52+
group("dummy_sources") {
53+
sources = [ "AllClangUnitTests.cpp" ]
54+
}

0 commit comments

Comments
 (0)