1 set(LLVM_USED_LIBS 2 clangARCMigrate 3 clangRewrite 4 ) 5 6 set( LLVM_LINK_COMPONENTS 7 support 8 mc 9 ) 10 11 add_clang_executable(arcmt-test 12 arcmt-test.cpp 13 ) 14