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 4a5b051 commit 7bf92f2Copy full SHA for 7bf92f2
clang/unittests/Sema/CMakeLists.txt
@@ -1,4 +1,8 @@
1
-add_clang_unittest(SemaTests
+# SemaTests are distinct to enable fast incremental builds.
2
+# Merging it into AllClangTests would result in one less
3
+# large statically linked binary, but separating it out is
4
+# the right tradeoff today.
5
+add_distinct_clang_unittest(SemaTests
6
ExternalSemaSourceTest.cpp
7
CodeCompleteTest.cpp
8
HeuristicResolverTest.cpp
0 commit comments