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
diff --git a/lib/Target/ARM/AsmParser/CMakeLists.txt b/lib/Target/ARM/AsmParser/CMakeLists.txt
index e47c643..308c6cf 100644
--- a/lib/Target/ARM/AsmParser/CMakeLists.txt
+++ b/lib/Target/ARM/AsmParser/CMakeLists.txt
@@ -3,4 +3,4 @@
 add_llvm_library(LLVMARMAsmParser
   ARMAsmParser.cpp
   )
-add_dependencies(LLVMARMAsmParser)
+