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 | 51b2a1808471c95ef35f61842028be5b7c81fbf3 (patch) | |
| tree | beb42fca2b8ee3309a81f640f8268a1c8f6a1050 | |
| parent | eeb7fae06335c2b506eede8c8b7bf75a0e12e701 (diff) | |
| download | bcm5719-llvm-51b2a1808471c95ef35f61842028be5b7c81fbf3.tar.gz bcm5719-llvm-51b2a1808471c95ef35f61842028be5b7c81fbf3.zip | |
Update a couple VC++ project files.
llvm-svn: 50780
| -rw-r--r-- | llvm/win32/TableGen/TableGen.vcproj | 2 | ||||
| -rw-r--r-- | llvm/win32/Transforms/Transforms.vcproj | 30 |
2 files changed, 31 insertions, 1 deletions
diff --git a/llvm/win32/TableGen/TableGen.vcproj b/llvm/win32/TableGen/TableGen.vcproj index 225882d68d9..f64f1956d55 100644 --- a/llvm/win32/TableGen/TableGen.vcproj +++ b/llvm/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/llvm/win32/Transforms/Transforms.vcproj b/llvm/win32/Transforms/Transforms.vcproj index 56de59e54da..7c5770a4f8d 100644 --- a/llvm/win32/Transforms/Transforms.vcproj +++ b/llvm/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> |

