Move llvm-tblgen's StringMatcher into the TableGen library so it can
[oota-llvm.git] / lib / TableGen / CMakeLists.txt
index 82f72b03eefd44a3c4c41382218cb0bf941d0410..ba7bf14e5dce8f97e4975699738a2ea9c274f265 100644 (file)
@@ -6,6 +6,7 @@ add_llvm_library(LLVMTableGen
   Error.cpp
   Main.cpp
   Record.cpp
+  StringMatcher.cpp
   TableGenAction.cpp
   TableGenBackend.cpp
   TGLexer.cpp