From 0531ec531a6f0e999e536c2ee6c2718f578fbb26 Mon Sep 17 00:00:00 2001 From: Stefano Sanfilippo Date: Sun, 8 Mar 2015 21:45:06 +0100 Subject: [PATCH] Removing unneeded dependency on LLVM JIT. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 42e1baf..6efd442 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -103,7 +103,7 @@ add_executable(mcc ) llvm_map_components_to_libnames(LLVM_LIBRARIES - support core jit native bitwriter + support core native bitwriter ) target_link_libraries(mcc