aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/AsmParser/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/ARM/AsmParser/CMakeLists.txt')
-rw-r--r--lib/Target/ARM/AsmParser/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Target/ARM/AsmParser/CMakeLists.txt b/lib/Target/ARM/AsmParser/CMakeLists.txt
index 1fa6022a46..9ba7c0125d 100644
--- a/lib/Target/ARM/AsmParser/CMakeLists.txt
+++ b/lib/Target/ARM/AsmParser/CMakeLists.txt
@@ -5,9 +5,3 @@ add_llvm_library(LLVMARMAsmParser
ARMAsmParser.cpp
)
-target_link_libraries(LLVMARMAsmParser
- LLVMARMInfo
- LLVMMC
- LLVMMCParser
- LLVMTarget
- )