diff options
author | Steve Naroff <snaroff@apple.com> | 2008-05-06 23:14:34 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2008-05-06 23:14:34 +0000 |
commit | e06a30d58325441e486a08077dcf11012339da4e (patch) | |
tree | 592d43232150ca2dea20732f6503d17c1cc6af11 /win32 | |
parent | 0a06e27134a7456f6d550e02e9cdb5817e760239 (diff) | |
download | external_llvm-e06a30d58325441e486a08077dcf11012339da4e.zip external_llvm-e06a30d58325441e486a08077dcf11012339da4e.tar.gz external_llvm-e06a30d58325441e486a08077dcf11012339da4e.tar.bz2 |
Update a couple VC++ project files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50780 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rw-r--r-- | win32/TableGen/TableGen.vcproj | 2 | ||||
-rw-r--r-- | win32/Transforms/Transforms.vcproj | 30 |
2 files changed, 31 insertions, 1 deletions
diff --git a/win32/TableGen/TableGen.vcproj b/win32/TableGen/TableGen.vcproj index 225882d..f64f195 100644 --- a/win32/TableGen/TableGen.vcproj +++ b/win32/TableGen/TableGen.vcproj @@ -408,7 +408,7 @@ > </File> <File - RelativePath="..\..\utils\TableGen\LLVMCCConfigurationEmitter.cpp" + RelativePath="..\..\utils\TableGen\LLVMCConfigurationEmitter.cpp" > </File> <File diff --git a/win32/Transforms/Transforms.vcproj b/win32/Transforms/Transforms.vcproj index 56de59e..7c5770a 100644 --- a/win32/Transforms/Transforms.vcproj +++ b/win32/Transforms/Transforms.vcproj @@ -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> |