commit | a444ddfff53d7baa81af2d8b6248020a372a8558 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Jun 21 03:36:54 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Jun 21 03:36:54 2009 +0000 |
tree | 8de47c36016cb9a098f87d7e74b19b3ed13533db | |
parent | dabfe57c2b1734b0c44130150f65cdef6fd94b67 [diff] [blame] |
move TGSourceMgr class out of TableGen into libsupport. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73842 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/TGParser.h b/utils/TableGen/TGParser.h index 3af467d..c618708 100644 --- a/utils/TableGen/TGParser.h +++ b/utils/TableGen/TGParser.h
@@ -15,7 +15,7 @@ #define TGPARSER_H #include "TGLexer.h" -#include "TGSourceMgr.h" +#include "llvm/Support/SourceMgr.h" #include <map> namespace llvm {