Make it compile on VC2005:
authorCedric Venet <cedric.venet@laposte.net>
Sun, 17 Aug 2008 18:24:26 +0000 (18:24 +0000)
committerCedric Venet <cedric.venet@laposte.net>
Sun, 17 Aug 2008 18:24:26 +0000 (18:24 +0000)
commit94fb5f2a7066c427a9d3dac10a33ccbd02aac467
treec4c66ace92a8d77ed983d7c5ba68f0d8adb5dfa9
parentaddd44427cb1b46d85f2eb31c267dd1d43914252
Make it compile on VC2005:
- update VC projects.
- Add an overload to llvm::Stream for <<, since std::hex and std::dec have type std::ios_base& (*)(std::ios_base&) in VC++. (templating the function don't work, due to ambiguities)
- add ../ on several include in X86/AsmPrinter/

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54898 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
include/llvm/Support/Streams.h
lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp
lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.h
lib/Target/X86/AsmPrinter/X86AsmPrinter.cpp
lib/Target/X86/AsmPrinter/X86IntelAsmPrinter.cpp
lib/Target/X86/AsmPrinter/X86IntelAsmPrinter.h
win32/Analysis/Analysis.vcproj
win32/CodeGen/CodeGen.vcproj
win32/Support/Support.vcproj
win32/TableGen/TableGen.vcproj
win32/Transforms/Transforms.vcproj
win32/clang.sln
win32/x86/x86.vcproj