1 set(LLVM_LINK_COMPONENTS 2 ${LLVM_TARGETS_TO_BUILD} 3 asmparser 4 support 5 mc 6 ) 7 8 add_clang_unittest(FrontendTests 9 FrontendActionTest.cpp 10 ) 11 target_link_libraries(FrontendTests 12 clangFrontend 13 ) 14