aboutsummaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authorCédric Venet <cedric.venet@laposte.net>2008-09-20 18:02:18 +0000
committerCédric Venet <cedric.venet@laposte.net>2008-09-20 18:02:18 +0000
commitf0d88cf8847b7a8093570ba551b8cc65be49d87b (patch)
treefa25ec89a27252466ac658e4a2a21265031f6744 /win32
parent4872170514686852986df453d4ab32000176c712 (diff)
downloadexternal_llvm-f0d88cf8847b7a8093570ba551b8cc65be49d87b.zip
external_llvm-f0d88cf8847b7a8093570ba551b8cc65be49d87b.tar.gz
external_llvm-f0d88cf8847b7a8093570ba551b8cc65be49d87b.tar.bz2
Update VS projects.
Change some class to struct for coherency. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56389 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rw-r--r--win32/CodeGen/CodeGen.vcproj10
-rw-r--r--win32/Transforms/Transforms.vcproj6
2 files changed, 14 insertions, 2 deletions
diff --git a/win32/CodeGen/CodeGen.vcproj b/win32/CodeGen/CodeGen.vcproj
index 89132ff..b5b755f 100644
--- a/win32/CodeGen/CodeGen.vcproj
+++ b/win32/CodeGen/CodeGen.vcproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8,00"
+ Version="8.00"
Name="CodeGen"
ProjectGUID="{08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897}"
Keyword="Win32Proj"
@@ -309,6 +309,10 @@
>
</File>
<File
+ RelativePath="..\..\lib\CodeGen\DeadMachineInstructionElim.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\CodeGen\ELFWriter.cpp"
>
</File>
@@ -540,6 +544,10 @@
>
</File>
<File
+ RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGFast.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGList.cpp"
>
</File>
diff --git a/win32/Transforms/Transforms.vcproj b/win32/Transforms/Transforms.vcproj
index 47383dd..4b0926d 100644
--- a/win32/Transforms/Transforms.vcproj
+++ b/win32/Transforms/Transforms.vcproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8,00"
+ Version="8.00"
Name="Transforms"
ProjectGUID="{C59374C1-9FC0-4147-B836-327DFDC52D99}"
Keyword="Win32Proj"
@@ -336,6 +336,10 @@
Name="IPO"
>
<File
+ RelativePath="..\..\lib\Transforms\IPO\AddReadAttrs.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Transforms\Ipo\ArgumentPromotion.cpp"
>
</File>