diff options
author | Chuck Rose III <cfr@adobe.com> | 2007-11-26 23:19:59 +0000 |
---|---|---|
committer | Chuck Rose III <cfr@adobe.com> | 2007-11-26 23:19:59 +0000 |
commit | 9d87b1bd8092c7dff905d861bc593f70000244b2 (patch) | |
tree | 3ac16b50366dd352f6f481ed8cbb5dbf704a670e /win32 | |
parent | 343797cdadde9678b7460692c11c1baa965be853 (diff) | |
download | external_llvm-9d87b1bd8092c7dff905d861bc593f70000244b2.zip external_llvm-9d87b1bd8092c7dff905d861bc593f70000244b2.tar.gz external_llvm-9d87b1bd8092c7dff905d861bc593f70000244b2.tar.bz2 |
Add TGParser files to VStudio project files. Removed generated files section from TableGen project file as it is no longer needed. #Include <algorithm> 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
Diffstat (limited to 'win32')
-rw-r--r-- | win32/TableGen/TableGen.vcproj | 98 |
1 files changed, 9 insertions, 89 deletions
diff --git a/win32/TableGen/TableGen.vcproj b/win32/TableGen/TableGen.vcproj index 7d69193..8d131df 100644 --- a/win32/TableGen/TableGen.vcproj +++ b/win32/TableGen/TableGen.vcproj @@ -388,50 +388,6 @@ > </File> <File - RelativePath="..\..\utils\TableGen\FileParser.y" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCustomBuildTool" - Description="Bisoning $(InputFileName)" - CommandLine="..\dobison.cmd File debug $(InputName) $(InputPath) ..\..\utils\TableGen
" - Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output;..\..\utils\TableGen\$(InputName).h" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCustomBuildTool" - Description="Bisoning $(InputFileName)" - CommandLine="..\dobison.cmd File release $(InputName) $(InputPath) ..\..\utils\TableGen
" - Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output;..\..\utils\TableGen\$(InputName).h" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|x64" - > - <Tool - Name="VCCustomBuildTool" - Description="Bisoning $(InputFileName)" - CommandLine="..\dobison.cmd File debug $(InputName) $(InputPath) ..\..\utils\TableGen
" - Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output;..\..\utils\TableGen\$(InputName).h" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|x64" - > - <Tool - Name="VCCustomBuildTool" - Description="Bisoning $(InputFileName)" - CommandLine="..\dobison.cmd File release $(InputName) $(InputPath) ..\..\utils\TableGen
" - Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output;..\..\utils\TableGen\$(InputName).h" - /> - </FileConfiguration> - </File> - <File RelativePath="..\..\utils\TableGen\InstrInfoEmitter.cpp" > </File> @@ -463,6 +419,14 @@ RelativePath="..\..\utils\TableGen\TGLexer.cpp" > </File> + <File + RelativePath="..\..\utils\TableGen\TGLexer.h" + > + </File> + <File + RelativePath="..\..\utils\TableGen\TGParser.cpp" + > + </File> </Filter> <Filter Name="Header Files" @@ -526,51 +490,7 @@ > </File> <File - RelativePath="..\..\utils\TableGen\TGLexer.h" - > - </File> - </Filter> - <Filter - Name="Generated Files" - > - <File - RelativePath="fileparser.cpp" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - DisableSpecificWarnings="4065" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - DisableSpecificWarnings="4065" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|x64" - > - <Tool - Name="VCCLCompilerTool" - DisableSpecificWarnings="4065" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|x64" - > - <Tool - Name="VCCLCompilerTool" - DisableSpecificWarnings="4065" - /> - </FileConfiguration> - </File> - <File - RelativePath="fileparser.h" + RelativePath="..\..\utils\TableGen\TGParser.h" > </File> </Filter> |