summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2006-01-17 05:13:22 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2006-01-17 05:13:22 +0000
commite63629071d547deece4ce1893be747140887e29d (patch)
tree0f5cc60f4acdec940602b4358577113123e6bf26 /win32
parenta2610934a063fc805961d59cc43fd851a91d57c8 (diff)
downloadllvm-e63629071d547deece4ce1893be747140887e29d.tar.gz
llvm-e63629071d547deece4ce1893be747140887e29d.tar.bz2
llvm-e63629071d547deece4ce1893be747140887e29d.tar.xz
Visual Studio still has issues with being left out.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25389 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rw-r--r--win32/Support/Support.vcproj18
-rw-r--r--win32/Transforms/Transforms.vcproj3
-rw-r--r--win32/VMCore/VMCore.vcproj6
3 files changed, 9 insertions, 18 deletions
diff --git a/win32/Support/Support.vcproj b/win32/Support/Support.vcproj
index d5e1f01437..d4025667c6 100644
--- a/win32/Support/Support.vcproj
+++ b/win32/Support/Support.vcproj
@@ -129,16 +129,6 @@
</File>
<File
RelativePath="..\..\lib\Support\FileUtilities.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
</File>
<File
RelativePath="..\..\lib\Support\IsInf.cpp">
@@ -178,11 +168,6 @@
</File>
<File
RelativePath="..\..\lib\Support\ToolRunner.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
</File>
<Filter
Name="bzip2"
@@ -381,6 +366,9 @@
RelativePath="..\..\include\llvm\Adt\Tree.h">
</File>
<File
+ RelativePath="..\..\include\llvm\Adt\UniqueVector.h">
+ </File>
+ <File
RelativePath="..\..\include\llvm\Adt\VectorExtras.h">
</File>
</Filter>
diff --git a/win32/Transforms/Transforms.vcproj b/win32/Transforms/Transforms.vcproj
index 3d1af0ef85..40a7426c6a 100644
--- a/win32/Transforms/Transforms.vcproj
+++ b/win32/Transforms/Transforms.vcproj
@@ -279,9 +279,6 @@
RelativePath="..\..\lib\Transforms\Scalar\Mem2Reg.cpp">
</File>
<File
- RelativePath="..\..\lib\Transforms\Scalar\PRE.cpp">
- </File>
- <File
RelativePath="..\..\lib\Transforms\Scalar\Reassociate.cpp">
</File>
<File
diff --git a/win32/VMCore/VMCore.vcproj b/win32/VMCore/VMCore.vcproj
index c0d2dea039..22e9750773 100644
--- a/win32/VMCore/VMCore.vcproj
+++ b/win32/VMCore/VMCore.vcproj
@@ -112,6 +112,9 @@
RelativePath="..\..\lib\VMCore\AsmWriter.cpp">
</File>
<File
+ RelativePath="..\..\lib\VMCore\AutoUpgrade.cpp">
+ </File>
+ <File
RelativePath="..\..\lib\VMCore\BasicBlock.cpp">
</File>
<File
@@ -186,6 +189,9 @@
RelativePath="..\..\include\llvm\Assembly\AsmAnnotationWriter.h">
</File>
<File
+ RelativePath="..\..\include\llvm\Assembly\AutoUpgrade.h">
+ </File>
+ <File
RelativePath="..\..\include\llvm\BasicBlock.h">
</File>
<File