diff --git a/CMakeLists.txt b/CMakeLists.txt index e4be67e19..c8541d266 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -199,6 +199,6 @@ if(ENABLE_BINARY_TRANSLATION) find_package(LLVM REQUIRED CONFIG) include_directories(${LLVM_INCLUDE_DIRS}) add_definitions(${LLVM_DEFINITIONS}) - llvm_map_components_to_libnames(llvm_libs Core Support X86 Arm ArmCodeGen ArmAsmParser ArmAsmPrinter ArmDisassembler ExecutionEngine MCJIT BitWriter ipo) + llvm_map_components_to_libnames(llvm_libs Core Support X86 ExecutionEngine MCJIT BitWriter ipo) endif() add_subdirectory(src)