mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-20 20:30:56 +00:00
add missing dependency on Target lib for tools
This was exposed by r238842 (which was reverted by r238900) when doing a CMake build with -DBUILD_SHARED_LIBS=ON. llvm-svn: 238953
This commit is contained in:
parent
5d3bece91c
commit
6e86f62fd3
@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
|
|||||||
MC
|
MC
|
||||||
Object
|
Object
|
||||||
Support
|
Support
|
||||||
|
Target
|
||||||
)
|
)
|
||||||
|
|
||||||
add_llvm_tool(llvm-dsymutil
|
add_llvm_tool(llvm-dsymutil
|
||||||
|
@ -10,6 +10,7 @@ set(LLVM_LINK_COMPONENTS
|
|||||||
ScalarOpts
|
ScalarOpts
|
||||||
SelectionDAG
|
SelectionDAG
|
||||||
Support
|
Support
|
||||||
|
Target
|
||||||
)
|
)
|
||||||
|
|
||||||
# Support plugins.
|
# Support plugins.
|
||||||
|
@ -14,6 +14,7 @@ set(LLVM_LINK_COMPONENTS
|
|||||||
RuntimeDyld
|
RuntimeDyld
|
||||||
SelectionDAG
|
SelectionDAG
|
||||||
Support
|
Support
|
||||||
|
Target
|
||||||
TransformUtils
|
TransformUtils
|
||||||
native
|
native
|
||||||
)
|
)
|
||||||
|
@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
|
|||||||
LTO
|
LTO
|
||||||
MC
|
MC
|
||||||
Support
|
Support
|
||||||
|
Target
|
||||||
)
|
)
|
||||||
|
|
||||||
add_llvm_tool(llvm-lto
|
add_llvm_tool(llvm-lto
|
||||||
|
@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
|
|||||||
MC
|
MC
|
||||||
MCDisassembler
|
MCDisassembler
|
||||||
Support
|
Support
|
||||||
|
Target
|
||||||
)
|
)
|
||||||
|
|
||||||
set(SOURCES
|
set(SOURCES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user