https://github.com/HighCommander4 created https://github.com/llvm/llvm-project/pull/155548
None >From 893813ce1e131f5a2948f0ab9745c87b67baf33e Mon Sep 17 00:00:00 2001 From: Nathan Ridge <zeratul...@hotmail.com> Date: Wed, 27 Aug 2025 00:28:40 -0400 Subject: [PATCH] [clang][Sema] Shard out SemaTests into their own binary --- clang/unittests/Sema/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/clang/unittests/Sema/CMakeLists.txt b/clang/unittests/Sema/CMakeLists.txt index acc76c932afeb..51d49006f57ff 100644 --- a/clang/unittests/Sema/CMakeLists.txt +++ b/clang/unittests/Sema/CMakeLists.txt @@ -1,4 +1,7 @@ -add_clang_unittest(SemaTests +# There are only a small number of tests here, +# allow running them without building all of +# AllClangUnitTests. +add_distinct_clang_unittest(SemaTests ExternalSemaSourceTest.cpp CodeCompleteTest.cpp HeuristicResolverTest.cpp _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits