From a3e118e3a3c386a88363e82b0b6c7a2af059eedb Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 15 Jul 2014 11:37:03 +0000 Subject: [PATCH] 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 - lib/Analysis/CMakeLists.txt | 1 - tools/driver/CMakeLists.txt | 1 - 3 files changed, 3 deletions(-) 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 diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt index 9de4fe34ef..461ffb0900 100644 --- a/lib/Analysis/CMakeLists.txt +++ b/lib/Analysis/CMakeLists.txt @@ -1,5 +1,4 @@ set(LLVM_LINK_COMPONENTS - MC Support ) diff --git a/tools/driver/CMakeLists.txt b/tools/driver/CMakeLists.txt index 910732ece6..805aebfac3 100644 --- a/tools/driver/CMakeLists.txt +++ b/tools/driver/CMakeLists.txt @@ -11,7 +11,6 @@ set( LLVM_LINK_COMPONENTS MCParser ObjCARCOpts Option - ProfileData ScalarOpts Support TransformUtils -- 2.50.1