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.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238953 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Sanjay Patel
2015-06-03 19:07:51 +00:00
parent 4ce10b56e6
commit 5d42ddcd1e
5 changed files with 5 additions and 0 deletions

View File

@@ -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

View File

@@ -10,6 +10,7 @@ set(LLVM_LINK_COMPONENTS
ScalarOpts ScalarOpts
SelectionDAG SelectionDAG
Support Support
Target
) )
# Support plugins. # Support plugins.

View File

@@ -14,6 +14,7 @@ set(LLVM_LINK_COMPONENTS
RuntimeDyld RuntimeDyld
SelectionDAG SelectionDAG
Support Support
Target
TransformUtils TransformUtils
native native
) )

View File

@@ -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

View File

@@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
MC MC
MCDisassembler MCDisassembler
Support Support
Target
) )
set(SOURCES set(SOURCES