aboutsummaryrefslogtreecommitdiffstats
path: root/win32/TableGen
diff options
context:
space:
mode:
authorChuck Rose III <cfr@adobe.com>2008-01-15 21:43:17 +0000
committerChuck Rose III <cfr@adobe.com>2008-01-15 21:43:17 +0000
commit711a48427fecb182735aadcc9036d6ec1b20b78c (patch)
tree8b66c5e6b3a2e210dec63e1dd87617c8dfec8078 /win32/TableGen
parentfd3ad4f5bb69ceea19918a60eba76627cd9ca2bb (diff)
downloadexternal_llvm-711a48427fecb182735aadcc9036d6ec1b20b78c.zip
external_llvm-711a48427fecb182735aadcc9036d6ec1b20b78c.tar.gz
external_llvm-711a48427fecb182735aadcc9036d6ec1b20b78c.tar.bz2
Add files to windows project files. Also include <algorithm> explicitly so that vstudio build works
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46013 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/TableGen')
-rw-r--r--win32/TableGen/TableGen.vcproj20
1 files changed, 20 insertions, 0 deletions
diff --git a/win32/TableGen/TableGen.vcproj b/win32/TableGen/TableGen.vcproj
index 0798e01..7c4561d 100644
--- a/win32/TableGen/TableGen.vcproj
+++ b/win32/TableGen/TableGen.vcproj
@@ -380,6 +380,14 @@
>
</File>
<File
+ RelativePath="..\..\utils\TableGen\CodeGenDAGPatterns.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\utils\TableGen\CodeGenInstruction.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\utils\TableGen\CodeGenTarget.cpp"
>
</File>
@@ -388,6 +396,10 @@
>
</File>
<File
+ RelativePath="..\..\utils\TableGen\InstrEnumEmitter.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\utils\TableGen\InstrInfoEmitter.cpp"
>
</File>
@@ -442,6 +454,10 @@
>
</File>
<File
+ RelativePath="..\..\utils\TableGen\CodeGenDAGPatterns.h"
+ >
+ </File>
+ <File
RelativePath="..\..\utils\TableGen\CodeGenInstruction.h"
>
</File>
@@ -462,6 +478,10 @@
>
</File>
<File
+ RelativePath="..\..\utils\TableGen\InstrEnumEmitter.h"
+ >
+ </File>
+ <File
RelativePath="..\..\utils\TableGen\InstrInfoEmitter.h"
>
</File>