Clean up a pile of hacks in our CMake build relating to TableGen.
[oota-llvm.git] / lib / Target / ARM / CMakeLists.txt
index c015c1269011ea79c55a27602b97ed4e75a4bb40..8394be52cd16397fc8a9ab0b36974e31c95bd2df 100644 (file)
@@ -13,6 +13,7 @@ tablegen(ARMGenCallingConv.inc -gen-callingconv)
 tablegen(ARMGenSubtargetInfo.inc -gen-subtarget)
 tablegen(ARMGenEDInfo.inc -gen-enhanced-disassembly-info)
 tablegen(ARMGenDecoderTables.inc -gen-arm-decoder)
+add_public_tablegen_target(ARMCommonTableGen)
 
 add_llvm_target(ARMCodeGen
   ARMAsmPrinter.cpp