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 | 04b8b37f564bdddd758348df8e844f40f2d1627b (patch) | |
tree | b4af695273df896b836a0dc67523f102c9be7cb8 /llvm/lib | |
parent | be324f983238de812cab748c61fb62c748c8469b (diff) | |
download | bcm5719-llvm-04b8b37f564bdddd758348df8e844f40f2d1627b.tar.gz bcm5719-llvm-04b8b37f564bdddd758348df8e844f40f2d1627b.zip |
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.
llvm-svn: 213064
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/LTO/LLVMBuild.txt | 2 | ||||
-rw-r--r-- | llvm/lib/Target/Hexagon/LLVMBuild.txt | 2 | ||||
-rw-r--r-- | llvm/lib/Target/PowerPC/Disassembler/LLVMBuild.txt | 2 | ||||
-rw-r--r-- | llvm/lib/Target/R600/LLVMBuild.txt | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/LTO/LLVMBuild.txt b/llvm/lib/LTO/LLVMBuild.txt index 29ed92c5f67..c493f436acf 100644 --- a/llvm/lib/LTO/LLVMBuild.txt +++ b/llvm/lib/LTO/LLVMBuild.txt @@ -19,4 +19,4 @@ type = Library name = LTO parent = Libraries -required_libraries = BitReader BitWriter Core IPA IPO InstCombine Linker MC MCParser ObjCARC Object Scalar Support Target TransformUtils +required_libraries = BitReader BitWriter Core IPA IPO InstCombine Linker MC ObjCARC Object Scalar Support Target TransformUtils diff --git a/llvm/lib/Target/Hexagon/LLVMBuild.txt b/llvm/lib/Target/Hexagon/LLVMBuild.txt index 0cf9a062b65..a436b6e0454 100644 --- a/llvm/lib/Target/Hexagon/LLVMBuild.txt +++ b/llvm/lib/Target/Hexagon/LLVMBuild.txt @@ -28,5 +28,5 @@ has_asmprinter = 1 type = Library name = HexagonCodeGen parent = Hexagon -required_libraries = Analysis AsmPrinter CodeGen Core HexagonAsmPrinter HexagonDesc HexagonInfo MC Scalar SelectionDAG Support Target TransformUtils +required_libraries = Analysis AsmPrinter CodeGen Core HexagonAsmPrinter HexagonDesc HexagonInfo MC SelectionDAG Support Target add_to_library_groups = Hexagon diff --git a/llvm/lib/Target/PowerPC/Disassembler/LLVMBuild.txt b/llvm/lib/Target/PowerPC/Disassembler/LLVMBuild.txt index c1011ff6a0e..b0978c227ae 100644 --- a/llvm/lib/Target/PowerPC/Disassembler/LLVMBuild.txt +++ b/llvm/lib/Target/PowerPC/Disassembler/LLVMBuild.txt @@ -19,5 +19,5 @@ type = Library name = PowerPCDisassembler parent = PowerPC -required_libraries = MC PowerPCDesc PowerPCInfo Support +required_libraries = MC PowerPCInfo Support add_to_library_groups = PowerPC diff --git a/llvm/lib/Target/R600/LLVMBuild.txt b/llvm/lib/Target/R600/LLVMBuild.txt index 408ed758dbe..908872b55cd 100644 --- a/llvm/lib/Target/R600/LLVMBuild.txt +++ b/llvm/lib/Target/R600/LLVMBuild.txt @@ -28,5 +28,5 @@ has_asmprinter = 1 type = Library name = R600CodeGen parent = R600 -required_libraries = Analysis AsmPrinter CodeGen Core MC R600AsmPrinter R600Desc R600Info Scalar SelectionDAG Support Target TransformUtils +required_libraries = Analysis AsmPrinter CodeGen Core MC R600AsmPrinter R600Desc R600Info Scalar SelectionDAG Support Target add_to_library_groups = R600 |