Skip to content

Commit 7bf92f2

Browse files
HighCommander4rnk
andauthored
[clang][Sema] Shard out SemaTests into their own binary (llvm#155548)
Co-authored-by: Reid Kleckner <[email protected]>
1 parent 4a5b051 commit 7bf92f2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

clang/unittests/Sema/CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
add_clang_unittest(SemaTests
1+
# 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
26
ExternalSemaSourceTest.cpp
37
CodeCompleteTest.cpp
48
HeuristicResolverTest.cpp

0 commit comments

Comments
 (0)