1 set(LLVM_LINK_COMPONENTS 2 Support 3 ) 4 5 add_clang_unittest(FrontendTests 6 FrontendActionTest.cpp 7 ) 8 target_link_libraries(FrontendTests 9 clangAST 10 clangFrontend 11 ) 12