diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2006-01-11 16:21:53 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2006-01-11 16:21:53 +0000 |
commit | 44e08d2372e533820747b3050bbd8e4898de7d68 (patch) | |
tree | 6410641aaca4830fe21627167ddf124f44fd63af /win32/VMCore | |
parent | df46b26d94c922a9b852161fc0255875b2e22e20 (diff) | |
download | external_llvm-44e08d2372e533820747b3050bbd8e4898de7d68.zip external_llvm-44e08d2372e533820747b3050bbd8e4898de7d68.tar.gz external_llvm-44e08d2372e533820747b3050bbd8e4898de7d68.tar.bz2 |
Visual Studio is feeling left out again.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25215 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/VMCore')
-rw-r--r-- | win32/VMCore/VMCore.vcproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/win32/VMCore/VMCore.vcproj b/win32/VMCore/VMCore.vcproj index be6df65..c0d2dea 100644 --- a/win32/VMCore/VMCore.vcproj +++ b/win32/VMCore/VMCore.vcproj @@ -160,9 +160,15 @@ RelativePath="..\..\lib\VMCore\Type.cpp"> </File> <File + RelativePath="..\..\lib\VMCore\TypeSymbolTable.cpp"> + </File> + <File RelativePath="..\..\lib\VMCore\Value.cpp"> </File> <File + RelativePath="..\..\lib\VMCore\ValueSymbolTable.cpp"> + </File> + <File RelativePath="..\..\lib\VMCore\Verifier.cpp"> </File> </Filter> @@ -267,6 +273,9 @@ RelativePath="..\..\include\llvm\Type.h"> </File> <File + RelativePath="..\..\include\llvm\TypeSymbolTable.h"> + </File> + <File RelativePath="..\..\include\llvm\Use.h"> </File> <File @@ -276,6 +285,9 @@ RelativePath="..\..\include\llvm\Value.h"> </File> <File + RelativePath="..\..\include\llvm\ValueSymbolTable.h"> + </File> + <File RelativePath="..\..\include\llvm\Assembly\Writer.h"> </File> </Filter> |