summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorChuck Rose III <cfr@adobe.com>2008-06-30 22:37:57 +0000
committerChuck Rose III <cfr@adobe.com>2008-06-30 22:37:57 +0000
commitc2bf1870a7317bd38102e74d261aa8f92c013744 (patch)
treeda85c3e8f9ceb62bb1458ebbdca9cbc1a6d70954 /win32
parentee4dc16d75e0d06ab434745c116137c4c6332ffc (diff)
Adding some missing files to VStudio project files. Switching to use generated llvmAsmParser.cpp/.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52935 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rw-r--r--win32/Analysis/Analysis.vcproj4
-rw-r--r--win32/AsmParser/AsmParser.vcproj4
-rw-r--r--win32/Support/Support.vcproj8
-rw-r--r--win32/Target/Target.vcproj4
-rw-r--r--win32/Transforms/Transforms.vcproj8
5 files changed, 21 insertions, 7 deletions
diff --git a/win32/Analysis/Analysis.vcproj b/win32/Analysis/Analysis.vcproj
index 935530607d3..e4f2673c31b 100644
--- a/win32/Analysis/Analysis.vcproj
+++ b/win32/Analysis/Analysis.vcproj
@@ -405,6 +405,10 @@
>
</File>
<File
+ RelativePath="..\..\lib\Analysis\SparsePropagation.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Analysis\Trace.cpp"
>
</File>
diff --git a/win32/AsmParser/AsmParser.vcproj b/win32/AsmParser/AsmParser.vcproj
index 2b7cb40ed3f..ceec778798c 100644
--- a/win32/AsmParser/AsmParser.vcproj
+++ b/win32/AsmParser/AsmParser.vcproj
@@ -380,11 +380,11 @@
Name="Generated Files"
>
<File
- RelativePath="..\..\lib\AsmParser\llvmAsmParser.cpp"
+ RelativePath=".\llvmAsmParser.cpp"
>
</File>
<File
- RelativePath="..\..\lib\AsmParser\llvmAsmParser.h"
+ RelativePath=".\llvmAsmParser.h"
>
</File>
</Filter>
diff --git a/win32/Support/Support.vcproj b/win32/Support/Support.vcproj
index 7e77cc1e704..051aef26ea2 100644
--- a/win32/Support/Support.vcproj
+++ b/win32/Support/Support.vcproj
@@ -377,8 +377,14 @@
RelativePath="..\..\lib\Support\SlowOperationInformer.cpp"
>
<FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Release|Win32"
- ExcludedFromBuild="true"
>
<Tool
Name="VCCLCompilerTool"
diff --git a/win32/Target/Target.vcproj b/win32/Target/Target.vcproj
index 0a388051446..19f814d4fe0 100644
--- a/win32/Target/Target.vcproj
+++ b/win32/Target/Target.vcproj
@@ -309,6 +309,10 @@
>
</File>
<File
+ RelativePath="..\..\lib\Target\Target.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Target\TargetAsmInfo.cpp"
>
</File>
diff --git a/win32/Transforms/Transforms.vcproj b/win32/Transforms/Transforms.vcproj
index f94e18e5e8a..ef505b4eb18 100644
--- a/win32/Transforms/Transforms.vcproj
+++ b/win32/Transforms/Transforms.vcproj
@@ -352,6 +352,10 @@
>
</File>
<File
+ RelativePath="..\..\lib\Transforms\IPO\ExtractGV.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Transforms\Ipo\GlobalDCE.cpp"
>
</File>
@@ -555,10 +559,6 @@
</File>
</Filter>
<Filter
- Name="Parallel"
- >
- </Filter>
- <Filter
Name="Utils"
>
<File