[llvm-commits] [llvm] r62807 - in /llvm/trunk/win32: CodeGen/CodeGen.vcproj Transforms/Transforms.vcproj
Steve Naroff
snaroff at apple.com
Thu Jan 22 15:05:37 PST 2009
Author: snaroff
Date: Thu Jan 22 17:05:37 2009
New Revision: 62807
URL: http://llvm.org/viewvc/llvm-project?rev=62807&view=rev
Log:
Handful of fixes to the VC project files.
Modified:
llvm/trunk/win32/CodeGen/CodeGen.vcproj
llvm/trunk/win32/Transforms/Transforms.vcproj
Modified: llvm/trunk/win32/CodeGen/CodeGen.vcproj
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/win32/CodeGen/CodeGen.vcproj?rev=62807&r1=62806&r2=62807&view=diff
==============================================================================
--- llvm/trunk/win32/CodeGen/CodeGen.vcproj (original)
+++ llvm/trunk/win32/CodeGen/CodeGen.vcproj Thu Jan 22 17:05:37 2009
@@ -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>
Modified: llvm/trunk/win32/Transforms/Transforms.vcproj
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/win32/Transforms/Transforms.vcproj?rev=62807&r1=62806&r2=62807&view=diff
==============================================================================
--- llvm/trunk/win32/Transforms/Transforms.vcproj (original)
+++ llvm/trunk/win32/Transforms/Transforms.vcproj Thu Jan 22 17:05:37 2009
@@ -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>
More information about the llvm-commits
mailing list