summaryrefslogtreecommitdiffstats
path: root/llvm/lib/LineEditor
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2019-06-22 01:50:21 +0000
committerFangrui Song <maskray@google.com>2019-06-22 01:50:21 +0000
commit01d649c2495dba9534f5b041cbd51ca227600b35 (patch)
tree667e17f18bec8cca121945cd933ba3a394a76548 /llvm/lib/LineEditor
parent43e14390b022a8cfbfc78e7a7d76c80ca39b3c03 (diff)
downloadbcm5719-llvm-01d649c2495dba9534f5b041cbd51ca227600b35.tar.gz
bcm5719-llvm-01d649c2495dba9534f5b041cbd51ca227600b35.zip
[CMake] Delete redundant DEPENDS/LINK_LIBS from LineEditor/XRay
The link dependencies are already specified in LLVMBuild.txt llvm-svn: 364125
Diffstat (limited to 'llvm/lib/LineEditor')
-rw-r--r--llvm/lib/LineEditor/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/LineEditor/CMakeLists.txt b/llvm/lib/LineEditor/CMakeLists.txt
index 0d2bada1e84..4935c176765 100644
--- a/llvm/lib/LineEditor/CMakeLists.txt
+++ b/llvm/lib/LineEditor/CMakeLists.txt
@@ -9,6 +9,5 @@ add_llvm_library(LLVMLineEditor
${LLVM_MAIN_INCLUDE_DIR}/llvm/LineEditor
LINK_LIBS
- LLVMSupport
${link_libs}
)
OpenPOWER on IntegriCloud