Clean up a pile of hacks in our CMake build relating to TableGen.
[oota-llvm.git] / lib / Target / PowerPC / CMakeLists.txt
index 0c70e563bd64c34f0b4f381d0823b141b63af068..158f251beb17eb28cc7be77813c90724c46ccc4a 100644 (file)
@@ -8,6 +8,7 @@ tablegen(PPCGenInstrInfo.inc -gen-instr-info)
 tablegen(PPCGenDAGISel.inc -gen-dag-isel)
 tablegen(PPCGenCallingConv.inc -gen-callingconv)
 tablegen(PPCGenSubtargetInfo.inc -gen-subtarget)
+add_public_tablegen_target(PowerPCCommonTableGen)
 
 add_llvm_target(PowerPCCodeGen
   PPCAsmPrinter.cpp