diff options
| -rw-r--r-- | clang/tools/arcmt-test/CMakeLists.txt | 9 | 
1 files changed, 3 insertions, 6 deletions
diff --git a/clang/tools/arcmt-test/CMakeLists.txt b/clang/tools/arcmt-test/CMakeLists.txt index 3d85d05af54..0cb2c0f98eb 100644 --- a/clang/tools/arcmt-test/CMakeLists.txt +++ b/clang/tools/arcmt-test/CMakeLists.txt @@ -1,9 +1,5 @@  set(LLVM_LINK_COMPONENTS -  ${LLVM_TARGETS_TO_BUILD} -  asmparser -  bitreader    support -  mc    )  add_clang_executable(arcmt-test @@ -12,6 +8,7 @@ add_clang_executable(arcmt-test  target_link_libraries(arcmt-test    clangARCMigrate -  clangEdit -  clangRewriteCore +  clangBasic +  clangFrontend +  clangLex    )  | 

