summaryrefslogtreecommitdiff
path: root/win32
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
parent70e616fa0b2f70602736d5649fc0d41af0b9d859 (diff)
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.vcproj2
-rw-r--r--win32/Transforms/Transforms.vcproj30
2 files changed, 31 insertions, 1 deletions
diff --git a/win32/TableGen/TableGen.vcproj b/win32/TableGen/TableGen.vcproj
index 225882d68d9..f64f1956d55 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 56de59e54da..7c5770a4f8d 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>