summaryrefslogtreecommitdiff
path: root/win32/Transforms
diff options
context:
space:
mode:
authorSteve Naroff <snaroff@apple.com>2008-05-06 23:14:34 +0000
committerSteve Naroff <snaroff@apple.com>2008-05-06 23:14:34 +0000
commitbec41b8db3f2697898875fcabe43a09f2ff0c48d (patch)
tree592d43232150ca2dea20732f6503d17c1cc6af11 /win32/Transforms
parent70e616fa0b2f70602736d5649fc0d41af0b9d859 (diff)
downloadllvm-bec41b8db3f2697898875fcabe43a09f2ff0c48d.tar.gz
llvm-bec41b8db3f2697898875fcabe43a09f2ff0c48d.tar.bz2
llvm-bec41b8db3f2697898875fcabe43a09f2ff0c48d.tar.xz
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/Transforms')
-rw-r--r--win32/Transforms/Transforms.vcproj30
1 files changed, 30 insertions, 0 deletions
diff --git a/win32/Transforms/Transforms.vcproj b/win32/Transforms/Transforms.vcproj
index 56de59e54d..7c5770a4f8 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>