We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6ddb0 commit 2a907f4Copy full SHA for 2a907f4
llvm/utils/gn/secondary/clang/unittests/BUILD.gn
@@ -46,3 +46,9 @@ group("unittests") {
46
}
47
testonly = true
48
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