mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
[CMake] Delete redundant DEPENDS/LINK_LIBS from LineEditor/XRay
The link dependencies are already specified in LLVMBuild.txt llvm-svn: 364125
This commit is contained in:
parent
509200a179
commit
866eeb52d1
@ -9,6 +9,5 @@ add_llvm_library(LLVMLineEditor
|
||||
${LLVM_MAIN_INCLUDE_DIR}/llvm/LineEditor
|
||||
|
||||
LINK_LIBS
|
||||
LLVMSupport
|
||||
${link_libs}
|
||||
)
|
||||
|
@ -17,12 +17,4 @@ add_llvm_library(LLVMXRay
|
||||
ADDITIONAL_HEADER_DIRS
|
||||
${LLVM_MAIN_INCLUDE_DIR}/llvm/ADT
|
||||
${LLVM_MAIN_INCLUDE_DIR}/llvm/XRay
|
||||
|
||||
DEPENDS
|
||||
LLVMSupport
|
||||
LLVMObject
|
||||
|
||||
LINK_LIBS
|
||||
LLVMSupport
|
||||
LLVMObject
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user