summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2005-01-01 22:30:19 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2005-01-01 22:30:19 +0000
commitc201755cb16a55286182fd4b31f011cae39c7a53 (patch)
treec28b647e75c7f600a1f3d1c774263f812b4081df
parenta01aade75df50eb00c5d0be03594757f9abb3709 (diff)
downloadllvm-c201755cb16a55286182fd4b31f011cae39c7a53.tar.gz
llvm-c201755cb16a55286182fd4b31f011cae39c7a53.tar.bz2
llvm-c201755cb16a55286182fd4b31f011cae39c7a53.tar.xz
Add missing header files to projects.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19234 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--win32/AsmParser/AsmParser.vcproj3
-rw-r--r--win32/VMCore/VMCore.vcproj12
2 files changed, 15 insertions, 0 deletions
diff --git a/win32/AsmParser/AsmParser.vcproj b/win32/AsmParser/AsmParser.vcproj
index ce06c7fad0..24cb88eec0 100644
--- a/win32/AsmParser/AsmParser.vcproj
+++ b/win32/AsmParser/AsmParser.vcproj
@@ -158,6 +158,9 @@ move $(InputDir)$(InputName).hpp $(InputDir)$(InputName).h
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
<File
+ RelativePath="..\..\include\llvm\Assembly\Parser.h">
+ </File>
+ <File
RelativePath="..\..\lib\AsmParser\ParserInternals.h">
</File>
</Filter>
diff --git a/win32/VMCore/VMCore.vcproj b/win32/VMCore/VMCore.vcproj
index b10f154967..04ffe5bc74 100644
--- a/win32/VMCore/VMCore.vcproj
+++ b/win32/VMCore/VMCore.vcproj
@@ -178,9 +178,15 @@
RelativePath="..\..\include\llvm\Argument.h">
</File>
<File
+ RelativePath="..\..\include\llvm\Assembly\AsmAnnotationWriter.h">
+ </File>
+ <File
RelativePath="..\..\include\llvm\BasicBlock.h">
</File>
<File
+ RelativePath="..\..\include\llvm\Assembly\CachedWriter.h">
+ </File>
+ <File
RelativePath="..\..\include\llvm\CallGraphSCCPass.h">
</File>
<File
@@ -247,6 +253,9 @@
RelativePath="..\..\include\llvm\PassSupport.h">
</File>
<File
+ RelativePath="..\..\include\llvm\Assembly\PrintModulePass.h">
+ </File>
+ <File
RelativePath="..\..\include\llvm\SymbolTable.h">
</File>
<File
@@ -267,6 +276,9 @@
<File
RelativePath="..\..\include\llvm\Value.h">
</File>
+ <File
+ RelativePath="..\..\include\llvm\Assembly\Writer.h">
+ </File>
</Filter>
</Files>
<Globals>