Revert r222957 "Replace std::map<K, V*> with std::map<K, V> to handle ownership and...
[oota-llvm.git] / lib / TableGen / CMakeLists.txt
1 add_llvm_library(LLVMTableGen
2   Error.cpp
3   Main.cpp
4   Record.cpp
5   SetTheory.cpp
6   StringMatcher.cpp
7   TableGenBackend.cpp
8   TGLexer.cpp
9   TGParser.cpp
10   )