summaryrefslogtreecommitdiff
path: root/win32/AsmParser
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 /win32/AsmParser
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
Diffstat (limited to 'win32/AsmParser')
-rw-r--r--win32/AsmParser/AsmParser.vcproj3
1 files changed, 3 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>