30 lines · plain
1add_clang_unittest(FrontendTests2 ASTUnitTest.cpp3 CompilerInvocationTest.cpp4 CompilerInstanceTest.cpp5 FixedPointString.cpp6 FrontendActionTest.cpp7 CodeGenActionTest.cpp8 NoAlterCodeGenActionTest.cpp9 ParsedSourceLocationTest.cpp10 PCHPreambleTest.cpp11 ReparseWorkingDirTest.cpp12 OutputStreamTest.cpp13 SearchPathTest.cpp14 TextDiagnosticTest.cpp15 UtilsTest.cpp16 CLANG_LIBS17 clangAST18 clangBasic19 clangFrontend20 clangLex21 clangSema22 clangCodeGen23 clangFrontendTool24 clangSerialization25 clangTooling26 LLVM_COMPONENTS27 Support28 TargetParser29 )30