mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
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
This commit is contained in:
parent
a34d957b61
commit
3ee5fc8618
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,5 @@
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
${LLVM_TARGETS_TO_BUILD}
|
||||
Core
|
||||
LTO
|
||||
MC
|
||||
Support
|
||||
|
Loading…
Reference in New Issue
Block a user