summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2006-01-24 04:40:54 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2006-01-24 04:40:54 +0000
commit93c56e755f5df098ca470a62d94cd88226de5a87 (patch)
tree1b8331b584dc481230117943e28fb7507869ae2d /win32
parent19832142c2ee8bdf56032ce9f4ae39f2f4d5ea60 (diff)
downloadllvm-93c56e755f5df098ca470a62d94cd88226de5a87.tar.gz
llvm-93c56e755f5df098ca470a62d94cd88226de5a87.tar.bz2
llvm-93c56e755f5df098ca470a62d94cd88226de5a87.tar.xz
Add new files to Visual Studio.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25574 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rw-r--r--win32/CodeGen/CodeGen.vcproj3
-rw-r--r--win32/VMCore/VMCore.vcproj6
2 files changed, 9 insertions, 0 deletions
diff --git a/win32/CodeGen/CodeGen.vcproj b/win32/CodeGen/CodeGen.vcproj
index b261e4e7c2..2d9e9647f0 100644
--- a/win32/CodeGen/CodeGen.vcproj
+++ b/win32/CodeGen/CodeGen.vcproj
@@ -190,6 +190,9 @@
RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAG.cpp">
</File>
<File
+ RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGList.cpp">
+ </File>
+ <File
RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGSimple.cpp">
</File>
<File
diff --git a/win32/VMCore/VMCore.vcproj b/win32/VMCore/VMCore.vcproj
index 22e9750773..fa84bf5e6e 100644
--- a/win32/VMCore/VMCore.vcproj
+++ b/win32/VMCore/VMCore.vcproj
@@ -136,6 +136,9 @@
RelativePath="..\..\lib\VMCore\Globals.cpp">
</File>
<File
+ RelativePath="..\..\lib\VMCore\InlineAsm.cpp">
+ </File>
+ <File
RelativePath="..\..\lib\VMCore\Instruction.cpp">
</File>
<File
@@ -222,6 +225,9 @@
RelativePath="..\..\include\llvm\GlobalVariable.h">
</File>
<File
+ RelativePath="..\..\include\llvm\InlineAsm.h">
+ </File>
+ <File
RelativePath="..\..\include\llvm\InstrTypes.h">
</File>
<File