diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2006-12-15 21:47:01 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2006-12-15 21:47:01 +0000 |
commit | 6ebe23584ec74c0e55b8e7badd824dbf4d1ba561 (patch) | |
tree | 0a4f2b8f810f204da70058bde6d8b0414a8e7eb7 /win32/VMCore | |
parent | c6d416ada171ba08dafa3a5c9ea79e7e930d4821 (diff) | |
download | external_llvm-6ebe23584ec74c0e55b8e7badd824dbf4d1ba561.zip external_llvm-6ebe23584ec74c0e55b8e7badd824dbf4d1ba561.tar.gz external_llvm-6ebe23584ec74c0e55b8e7badd824dbf4d1ba561.tar.bz2 |
Partial unbreak of VC++ (stream stuff has no easy fix).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32614 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/VMCore')
-rw-r--r-- | win32/VMCore/VMCore.vcproj | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/win32/VMCore/VMCore.vcproj b/win32/VMCore/VMCore.vcproj index 37484f5..7addd7c 100644 --- a/win32/VMCore/VMCore.vcproj +++ b/win32/VMCore/VMCore.vcproj @@ -113,9 +113,6 @@ RelativePath="..\..\lib\VMCore\AsmWriter.cpp"> </File> <File - RelativePath="..\..\lib\VMCore\AutoUpgrade.cpp"> - </File> - <File RelativePath="..\..\lib\VMCore\BasicBlock.cpp"> </File> <File @@ -222,15 +219,9 @@ RelativePath="..\..\include\llvm\Assembly\AsmAnnotationWriter.h"> </File> <File - RelativePath="..\..\include\llvm\Assembly\AutoUpgrade.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 |