diff --git a/CMakeLists.txt b/CMakeLists.txt index 1eea23d9..725c88ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,8 +24,7 @@ set(LLVM_LINK_COMPONENTS Option Support Symbolize - ARM - X86 + ${LLVM_TARGETS_TO_BUILD} ) add_subdirectory(Raiser)