Skip to content

Commit 845757a

Browse files
committed
add comments
1 parent 6327f1c commit 845757a

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

clang/unittests/Basic/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Basic tests have few LLVM and Clang dependencies, so linking it as a
2+
# distinct target enables faster iteration times at low cost.
13
add_distinct_clang_unittest(BasicTests
24
CharInfoTest.cpp
35
DarwinSDKInfoTest.cpp

clang/unittests/Format/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Format tests have few LLVM and Clang dependencies, so linking it as a
2+
# distinct target enables faster iteration times at low cost.
13
add_distinct_clang_unittest(FormatTests
24
BracesInserterTest.cpp
35
BracesRemoverTest.cpp

clang/unittests/libclang/CrashTests/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# FIXME(#137855): Ideally we'd fold this into AllClangUnitTests, but it fails
2+
# for unknown reasons. Until that is fixed, link it as a distinct gtest binary.
13
add_distinct_clang_unittest(libclangCrashTests
24
LibclangCrashTest.cpp
35
LINK_LIBS

0 commit comments

Comments
 (0)