From 8d21d9c6a81d4927423e4a0fbc4f9a29c42c9e87 Mon Sep 17 00:00:00 2001 From: Dani Messerman Date: Fri, 1 May 2015 18:33:23 +0300 Subject: [PATCH] Removed unused libraries --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)