mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-23 11:49:46 +00:00
[CMake] Delete redundant DEPENDS/LINK_LIBS from LineEditor/XRay
The link dependencies are already specified in LLVMBuild.txt git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364125 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6ac815e066
commit
6508cb49f2
@ -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