Enabling the generation of dependency breakers for partial updates on Cortex-A15...
[oota-llvm.git] / lib / Target / ARM / AsmParser / CMakeLists.txt
index 9ba7c0125d7f56cf52ba28fa995911f42ff68b53..d2012c387cdaff156fa335b1f1b9ba69a16d2980 100644 (file)
@@ -1,7 +1,7 @@
 include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
 
 add_llvm_library(LLVMARMAsmParser
-  ARMAsmLexer.cpp
   ARMAsmParser.cpp
   )
 
+add_dependencies(LLVMARMAsmParser ARMCommonTableGen)