[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:
Fangrui Song 2019-06-22 01:50:21 +00:00
parent 6ac815e066
commit 6508cb49f2
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
)