remove dead .erase.
[oota-llvm.git] / utils / TableGen / CMakeLists.txt
index daf867682656c97a01116714240592edc31673b5..ce9b66f8c331a9d1bbd177cccb73dff1d5299e43 100644 (file)
@@ -23,6 +23,8 @@ add_executable(tblgen
   TGValueTypes.cpp
   TableGen.cpp
   TableGenBackend.cpp
+  X86DisassemblerTables.cpp
+  X86RecognizableInstr.cpp
   )
 
 target_link_libraries(tblgen LLVMSupport LLVMSystem)