File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1+ # Basic tests have few LLVM and Clang dependencies, so linking it as a
2+ # distinct target enables faster iteration times at low cost.
13add_distinct_clang_unittest(BasicTests
24 CharInfoTest.cpp
35 DarwinSDKInfoTest.cpp
Original file line number Diff line number Diff line change 1+ # Format tests have few LLVM and Clang dependencies, so linking it as a
2+ # distinct target enables faster iteration times at low cost.
13add_distinct_clang_unittest(FormatTests
24 BracesInserterTest.cpp
35 BracesRemoverTest.cpp
Original file line number Diff line number Diff line change 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.
13add_distinct_clang_unittest(libclangCrashTests
24 LibclangCrashTest.cpp
35 LINK_LIBS
You can’t perform that action at this time.
0 commit comments