Revert r172153, "llvm/lib/MC/MCParser/AsmParser.cpp: [ms-inline-asm] Fix a couple...
[oota-llvm.git] / lib / TableGen / CMakeLists.txt
1 add_llvm_library(LLVMTableGen
2   Error.cpp
3   Main.cpp
4   Record.cpp
5   StringMatcher.cpp
6   TableGenBackend.cpp
7   TGLexer.cpp
8   TGParser.cpp
9   )