diff options
-rw-r--r-- | llvm/lib/LineEditor/CMakeLists.txt | 1 | ||||
-rw-r--r-- | llvm/lib/XRay/CMakeLists.txt | 8 |
2 files changed, 0 insertions, 9 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} ) diff --git a/llvm/lib/XRay/CMakeLists.txt b/llvm/lib/XRay/CMakeLists.txt index c667083ed13..84d2914e0c0 100644 --- a/llvm/lib/XRay/CMakeLists.txt +++ b/llvm/lib/XRay/CMakeLists.txt @@ -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 ) |