[llvm-commits] [llvm] r50780 - in /llvm/trunk/win32: TableGen/TableGen.vcproj Transforms/Transforms.vcproj
Steve Naroff
snaroff at apple.com
Tue May 6 16:14:34 PDT 2008
Author: snaroff
Date: Tue May 6 18:14:34 2008
New Revision: 50780
URL: http://llvm.org/viewvc/llvm-project?rev=50780&view=rev
Log:
Update a couple VC++ project files.
Modified:
llvm/trunk/win32/TableGen/TableGen.vcproj
llvm/trunk/win32/Transforms/Transforms.vcproj
Modified: llvm/trunk/win32/TableGen/TableGen.vcproj
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/win32/TableGen/TableGen.vcproj?rev=50780&r1=50779&r2=50780&view=diff
==============================================================================
--- llvm/trunk/win32/TableGen/TableGen.vcproj (original)
+++ llvm/trunk/win32/TableGen/TableGen.vcproj Tue May 6 18:14:34 2008
@@ -408,7 +408,7 @@
>
</File>
<File
- RelativePath="..\..\utils\TableGen\LLVMCCConfigurationEmitter.cpp"
+ RelativePath="..\..\utils\TableGen\LLVMCConfigurationEmitter.cpp"
>
</File>
<File
Modified: llvm/trunk/win32/Transforms/Transforms.vcproj
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/win32/Transforms/Transforms.vcproj?rev=50780&r1=50779&r2=50780&view=diff
==============================================================================
--- llvm/trunk/win32/Transforms/Transforms.vcproj (original)
+++ llvm/trunk/win32/Transforms/Transforms.vcproj Tue May 6 18:14:34 2008
@@ -464,10 +464,18 @@
>
</File>
<File
+ RelativePath="..\..\lib\Transforms\Scalar\JumpThreading.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Transforms\Scalar\LICM.cpp"
>
</File>
<File
+ RelativePath="..\..\lib\Transforms\Scalar\LoopDeletion.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Transforms\Scalar\LoopIndexSplit.cpp"
>
</File>
@@ -520,6 +528,28 @@
>
</File>
<File
+ RelativePath="..\..\lib\Transforms\Scalar\SimplifyLibCalls.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)\$(InputName)1.obj"
+ XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)\$(InputName)1.obj"
+ XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\..\lib\Transforms\Scalar\TailDuplication.cpp"
>
</File>
More information about the llvm-commits
mailing list