1set(LLVM_LINK_COMPONENTS 2 Support 3 ) 4 5add_clang_unittest(FrontendTests 6 ASTUnitTest.cpp 7 CompilerInvocationTest.cpp 8 CompilerInstanceTest.cpp 9 FixedPointString.cpp 10 FrontendActionTest.cpp 11 CodeGenActionTest.cpp 12 ParsedSourceLocationTest.cpp 13 PCHPreambleTest.cpp 14 OutputStreamTest.cpp 15 TextDiagnosticTest.cpp 16 ) 17clang_target_link_libraries(FrontendTests 18 PRIVATE 19 clangAST 20 clangBasic 21 clangFrontend 22 clangLex 23 clangSema 24 clangCodeGen 25 clangFrontendTool 26 clangSerialization 27 ) 28