1
0
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:
Fangrui Song 2019-06-22 01:50:21 +00:00
parent 509200a179
commit 866eeb52d1
2 changed files with 0 additions and 9 deletions

View File

@ -9,6 +9,5 @@ add_llvm_library(LLVMLineEditor
${LLVM_MAIN_INCLUDE_DIR}/llvm/LineEditor
LINK_LIBS
LLVMSupport
${link_libs}
)

View File

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