aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CppBackend/TargetInfo/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/CppBackend/TargetInfo/CMakeLists.txt')
-rw-r--r--lib/Target/CppBackend/TargetInfo/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Target/CppBackend/TargetInfo/CMakeLists.txt b/lib/Target/CppBackend/TargetInfo/CMakeLists.txt
index 738b215..f82d72e 100644
--- a/lib/Target/CppBackend/TargetInfo/CMakeLists.txt
+++ b/lib/Target/CppBackend/TargetInfo/CMakeLists.txt
@@ -3,9 +3,3 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/
add_llvm_library(LLVMCppBackendInfo
CppBackendTargetInfo.cpp
)
-
-add_llvm_library_dependencies(LLVMCppBackendInfo
- LLVMMC
- LLVMSupport
- LLVMTarget
- )