summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-09-15 04:06:36 +0000
committerTed Kremenek <kremenek@apple.com>2009-09-15 04:06:36 +0000
commit83d255e43ef223b0556a61ab33d514db83cd434c (patch)
treedb1c6f592dbcb2495ae6796c1c562210d719e1d8 /lib
parent6db0e3a98198fb47b11314935e1201f7ebf2c52d (diff)
downloadllvm-83d255e43ef223b0556a61ab33d514db83cd434c.tar.gz
llvm-83d255e43ef223b0556a61ab33d514db83cd434c.tar.bz2
llvm-83d255e43ef223b0556a61ab33d514db83cd434c.tar.xz
Remove invalid add_dependencies line to unbreak the CMake build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81827 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/ARM/AsmParser/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/AsmParser/CMakeLists.txt b/lib/Target/ARM/AsmParser/CMakeLists.txt
index e47c643eee..308c6cff8d 100644
--- a/lib/Target/ARM/AsmParser/CMakeLists.txt
+++ b/lib/Target/ARM/AsmParser/CMakeLists.txt
@@ -3,4 +3,4 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/
add_llvm_library(LLVMARMAsmParser
ARMAsmParser.cpp
)
-add_dependencies(LLVMARMAsmParser)
+