summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorChuck Rose III <cfr@adobe.com>2007-08-28 18:59:02 +0000
committerChuck Rose III <cfr@adobe.com>2007-08-28 18:59:02 +0000
commitf5a69fe81f8c50e483e2c5ee1a890fc33383fdfb (patch)
treef7e4b5369a8cc9f961df28961cba7639b0d0a632 /win32
parent1a66f0a4f2348473263fab757d96588bc1e93554 (diff)
downloadllvm-f5a69fe81f8c50e483e2c5ee1a890fc33383fdfb.tar.gz
llvm-f5a69fe81f8c50e483e2c5ee1a890fc33383fdfb.tar.bz2
llvm-f5a69fe81f8c50e483e2c5ee1a890fc33383fdfb.tar.xz
Update win32 VStudio project files to keep pace with recently added and deleted files
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41553 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rw-r--r--win32/Support/Support.vcproj23
-rw-r--r--win32/Transforms/Transforms.vcproj12
-rw-r--r--win32/VMCore/VMCore.vcproj4
-rw-r--r--win32/x86/x86.vcproj4
4 files changed, 27 insertions, 16 deletions
diff --git a/win32/Support/Support.vcproj b/win32/Support/Support.vcproj
index 1a8804f88f..134c1b901e 100644
--- a/win32/Support/Support.vcproj
+++ b/win32/Support/Support.vcproj
@@ -49,10 +49,11 @@
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
BrowseInformation="1"
WarningLevel="3"
Detect64BitPortabilityProblems="false"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
DisableSpecificWarnings="4355,4146,4800"
/>
<Tool
@@ -116,6 +117,7 @@
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
WarningLevel="3"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
@@ -168,6 +170,10 @@
>
</File>
<File
+ RelativePath="..\..\lib\Support\APFloat.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Support\APInt.cpp"
>
</File>
@@ -223,13 +229,6 @@
RelativePath="..\..\lib\Support\SlowOperationInformer.cpp"
>
<FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- <FileConfiguration
Name="Release|Win32"
ExcludedFromBuild="true"
>
@@ -309,10 +308,6 @@
>
</File>
<File
- RelativePath="..\..\include\llvm\Support\DataTypes.h"
- >
- </File>
- <File
RelativePath="..\..\include\llvm\Support\Debug.h"
>
</File>
@@ -445,6 +440,10 @@
>
</File>
<File
+ RelativePath="..\..\include\llvm\Support\DataTypes.h.in"
+ >
+ </File>
+ <File
RelativePath="..\..\include\llvm\Adt\DenseMap.h"
>
</File>
diff --git a/win32/Transforms/Transforms.vcproj b/win32/Transforms/Transforms.vcproj
index 441ddd4d5a..91736f4b49 100644
--- a/win32/Transforms/Transforms.vcproj
+++ b/win32/Transforms/Transforms.vcproj
@@ -309,10 +309,6 @@
>
</File>
<File
- RelativePath="..\..\lib\Transforms\Scalar\FastDSE.cpp"
- >
- </File>
- <File
RelativePath="..\..\lib\Transforms\Scalar\GCSE.cpp"
>
</File>
@@ -337,6 +333,10 @@
>
</File>
<File
+ RelativePath="..\..\lib\Transforms\Scalar\LoopIndexSplit.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Transforms\Scalar\LoopRotation.cpp"
>
</File>
@@ -417,6 +417,10 @@
>
</File>
<File
+ RelativePath="..\..\lib\Transforms\Utils\CloneLoop.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Transforms\Utils\CloneModule.cpp"
>
</File>
diff --git a/win32/VMCore/VMCore.vcproj b/win32/VMCore/VMCore.vcproj
index 8f3a61ee7a..52f8abb640 100644
--- a/win32/VMCore/VMCore.vcproj
+++ b/win32/VMCore/VMCore.vcproj
@@ -167,6 +167,10 @@
>
</File>
<File
+ RelativePath="..\..\lib\VMCore\AutoUpgrade.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\VMCore\BasicBlock.cpp"
>
</File>
diff --git a/win32/x86/x86.vcproj b/win32/x86/x86.vcproj
index 9e85807adc..bff3744a73 100644
--- a/win32/x86/x86.vcproj
+++ b/win32/x86/x86.vcproj
@@ -217,6 +217,10 @@
>
</File>
<File
+ RelativePath="..\..\lib\Target\X86\X86InstrFormats.td"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Target\X86\X86InstrInfo.cpp"
>
</File>