23 lines · plain
1# Basic tests have few LLVM and Clang dependencies, so linking it as a2# distinct target enables faster iteration times at low cost.3add_distinct_clang_unittest(BasicTests4 CharInfoTest.cpp5 DarwinSDKInfoTest.cpp6 DiagnosticTest.cpp7 FileEntryTest.cpp8 FileManagerTest.cpp9 LangOptionsTest.cpp10 LineOffsetMappingTest.cpp11 OffloadArchTest.cpp12 SanitizersTest.cpp13 SarifTest.cpp14 SourceManagerTest.cpp15 CLANG_LIBS16 clangBasic17 clangLex18 LINK_LIBS19 LLVMTestingSupport20 LLVM_COMPONENTS21 Support22 )23