summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Transforms/Utils/CMakeLists.txt')
-rw-r--r--llvm/lib/Transforms/Utils/CMakeLists.txt7
1 files changed, 1 insertions, 6 deletions
diff --git a/llvm/lib/Transforms/Utils/CMakeLists.txt b/llvm/lib/Transforms/Utils/CMakeLists.txt
index f10a72710e1..61cbeb2bd35 100644
--- a/llvm/lib/Transforms/Utils/CMakeLists.txt
+++ b/llvm/lib/Transforms/Utils/CMakeLists.txt
@@ -25,9 +25,4 @@ add_llvm_library(LLVMTransformUtils
ValueMapper.cpp
)
-target_link_libraries(LLVMTransformUtils
- LLVMAnalysis
- LLVMCore
- LLVMTarget
- LLVMipa
- )
+target_link_libraries (LLVMTransformUtils LLVMSupport)
OpenPOWER on IntegriCloud