From: Cedric Venet Date: Sun, 24 Aug 2008 11:56:40 +0000 (+0000) Subject: Updating VC++ project. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a3f343f4cd453b33214ba892bfeb58706fcf8cea;p=oota-llvm.git Updating VC++ project. Adding one include file and correct one declaration from class to struct in order to make llvm compile on VC2005. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55279 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Value.h b/include/llvm/Value.h index ceb1ad246d5..b86d1374ebc 100644 --- a/include/llvm/Value.h +++ b/include/llvm/Value.h @@ -36,7 +36,7 @@ class TypeSymbolTable; template class StringMapEntry; typedef StringMapEntry ValueName; class raw_ostream; -class AssemblyAnnotationWriter; +struct AssemblyAnnotationWriter; //===----------------------------------------------------------------------===// // Value Class diff --git a/lib/Support/raw_ostream.cpp b/lib/Support/raw_ostream.cpp index b9beac2869a..008f85603ee 100644 --- a/lib/Support/raw_ostream.cpp +++ b/lib/Support/raw_ostream.cpp @@ -26,6 +26,7 @@ #if defined(_MSC_VER) #include +#include #ifndef STDIN_FILENO # define STDIN_FILENO 0 #endif diff --git a/win32/CodeGen/CodeGen.vcproj b/win32/CodeGen/CodeGen.vcproj index 47855c6d1a6..37ba872ba7f 100644 --- a/win32/CodeGen/CodeGen.vcproj +++ b/win32/CodeGen/CodeGen.vcproj @@ -89,11 +89,11 @@ /> + + @@ -551,10 +555,6 @@ RelativePath="..\..\lib\CodeGen\SelectionDAG\SelectionDAGPrinter.cpp" > - - diff --git a/win32/Transforms/Transforms.vcproj b/win32/Transforms/Transforms.vcproj index ef57d430b11..101c04e8598 100644 --- a/win32/Transforms/Transforms.vcproj +++ b/win32/Transforms/Transforms.vcproj @@ -601,6 +601,10 @@ RelativePath="..\..\lib\Transforms\Utils\InlineFunction.cpp" > + + diff --git a/win32/x86/x86.vcproj b/win32/x86/x86.vcproj index 78801743eee..57cd1b79484 100644 --- a/win32/x86/x86.vcproj +++ b/win32/x86/x86.vcproj @@ -314,9 +314,9 @@ @@ -391,6 +391,14 @@ RelativePath="..\..\lib\Target\X86\X86ELFWriterInfo.h" > + + + + @@ -557,6 +565,10 @@ + +