From: NAKAMURA Takumi Date: Tue, 15 Jul 2014 11:37:03 +0000 (+0000) Subject: Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3e118e3a3c386a88363e82b0b6c7a2af059eedb;p=clang 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 --- 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