diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-07-15 11:37:03 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-07-15 11:37:03 +0000 |
commit | 3ee5fc86189cc71c563a489a53b859157f1c9f0c (patch) | |
tree | ad3cf988f41eeba6be33762005b6d91dd05e6406 /tools/llvm-lto | |
parent | a34d957b61fcc37cc26762767a7cde5f1bea7037 (diff) |
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/llvm/trunk@213064 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-lto')
-rw-r--r-- | tools/llvm-lto/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/llvm-lto/CMakeLists.txt b/tools/llvm-lto/CMakeLists.txt index 485b03d26da..9adf6294631 100644 --- a/tools/llvm-lto/CMakeLists.txt +++ b/tools/llvm-lto/CMakeLists.txt @@ -1,6 +1,5 @@ set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} - Core LTO MC Support |