aboutsummaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authorSteve Naroff <snaroff@apple.com>2009-01-22 23:05:37 +0000
committerSteve Naroff <snaroff@apple.com>2009-01-22 23:05:37 +0000
commitd107e84ad68040ea52b1bb5bd7a8f4e69449ce38 (patch)
treefec0583d226aea3fa8084f9c6d3848c20aa034cb /win32
parentee1fe314072a6c1dcc71a9ed5202c5c4b5da849e (diff)
downloadexternal_llvm-d107e84ad68040ea52b1bb5bd7a8f4e69449ce38.zip
external_llvm-d107e84ad68040ea52b1bb5bd7a8f4e69449ce38.tar.gz
external_llvm-d107e84ad68040ea52b1bb5bd7a8f4e69449ce38.tar.bz2
Handful of fixes to the VC project files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62807 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rw-r--r--win32/CodeGen/CodeGen.vcproj16
-rw-r--r--win32/Transforms/Transforms.vcproj12
2 files changed, 12 insertions, 16 deletions
diff --git a/win32/CodeGen/CodeGen.vcproj b/win32/CodeGen/CodeGen.vcproj
index 1e0976b..7707e79 100644
--- a/win32/CodeGen/CodeGen.vcproj
+++ b/win32/CodeGen/CodeGen.vcproj
@@ -477,6 +477,14 @@
>
</File>
<File
+ RelativePath="..\..\lib\CodeGen\ScheduleDAG.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\ScheduleDAGEmit.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\CodeGen\ShadowStackGC.cpp"
>
</File>
@@ -552,14 +560,6 @@
>
</File>
<File
- RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAG.cpp"
- >
- </File>
- <File
- RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGEmit.cpp"
- >
- </File>
- <File
RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGFast.cpp"
>
</File>
diff --git a/win32/Transforms/Transforms.vcproj b/win32/Transforms/Transforms.vcproj
index 0bde3d8..2554a4e 100644
--- a/win32/Transforms/Transforms.vcproj
+++ b/win32/Transforms/Transforms.vcproj
@@ -344,10 +344,6 @@
Name="IPO"
>
<File
- RelativePath="..\..\lib\Transforms\IPO\FunctionAttrs.cpp"
- >
- </File>
- <File
RelativePath="..\..\lib\Transforms\Ipo\ArgumentPromotion.cpp"
>
</File>
@@ -368,6 +364,10 @@
>
</File>
<File
+ RelativePath="..\..\lib\Transforms\IPO\FunctionAttrs.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Transforms\Ipo\GlobalDCE.cpp"
>
</File>
@@ -610,10 +610,6 @@
>
</File>
<File
- RelativePath="..\..\lib\Transforms\Utils\DbgInfoUtils.cpp"
- >
- </File>
- <File
RelativePath="..\..\lib\Transforms\Utils\DemoteRegToStack.cpp"
>
</File>