Clean up a pile of hacks in our CMake build relating to TableGen.
[oota-llvm.git] / lib / Target / ARM / AsmParser / CMakeLists.txt
index 9ba7c0125d7f56cf52ba28fa995911f42ff68b53..88393e313a853221df78d650f2c81d46891d6108 100644 (file)
@@ -4,4 +4,4 @@ add_llvm_library(LLVMARMAsmParser
   ARMAsmLexer.cpp
   ARMAsmParser.cpp
   )
-
+add_dependencies(LLVMARMAsmParser ARMCommonTableGen)