From a3e118e3a3c386a88363e82b0b6c7a2af059eedb Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 15 Jul 2014 11:37:03 +0000 Subject: Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt. I checked this with Release+Asserts on x86_64-mingw32. Please restore partially if this were overkill. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213064 91177308-0d34-0410-b5e6-96231b3b80d8 --- examples/clang-interpreter/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'examples') diff --git a/examples/clang-interpreter/CMakeLists.txt b/examples/clang-interpreter/CMakeLists.txt index d454539fda..3c66881d02 100644 --- a/examples/clang-interpreter/CMakeLists.txt +++ b/examples/clang-interpreter/CMakeLists.txt @@ -1,7 +1,6 @@ set(LLVM_LINK_COMPONENTS Core ExecutionEngine - Interpreter JIT Support native -- cgit v1.2.3