From: Chuck Rose III Date: Mon, 26 Nov 2007 23:19:59 +0000 (+0000) Subject: Add TGParser files to VStudio project files. Removed generated files section from... X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=aa91792d6c51f0671f896c26ff1b541621974081;p=oota-llvm.git Add TGParser files to VStudio project files. Removed generated files section from TableGen project file as it is no longer needed. #Include directly from TGParser.cpp so it can see std::reverse. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44340 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/TableGen/TGParser.cpp b/utils/TableGen/TGParser.cpp index 2f0533a18db..6c1640757a1 100644 --- a/utils/TableGen/TGParser.cpp +++ b/utils/TableGen/TGParser.cpp @@ -11,6 +11,8 @@ // //===----------------------------------------------------------------------===// +#include + #include "TGParser.h" #include "Record.h" #include "llvm/ADT/StringExtras.h" diff --git a/win32/TableGen/TableGen.vcproj b/win32/TableGen/TableGen.vcproj index 7d69193a967..8d131df1933 100644 --- a/win32/TableGen/TableGen.vcproj +++ b/win32/TableGen/TableGen.vcproj @@ -387,50 +387,6 @@ RelativePath="..\..\utils\TableGen\DAGISelEmitter.cpp" > - - - - - - - - - - - - - - @@ -463,6 +419,14 @@ RelativePath="..\..\utils\TableGen\TGLexer.cpp" > + + + + - - - - - - - - - - - - - - - - - -