From 954553c4ce4f9b220cbc279fbb2868bf10f66677 Mon Sep 17 00:00:00 2001 From: Cedric Venet Date: Sun, 17 Aug 2008 18:24:26 +0000 Subject: 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/ llvm-svn: 54898 --- llvm/lib/Target/X86/AsmPrinter/X86IntelAsmPrinter.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'llvm/lib/Target/X86/AsmPrinter/X86IntelAsmPrinter.cpp') diff --git a/llvm/lib/Target/X86/AsmPrinter/X86IntelAsmPrinter.cpp b/llvm/lib/Target/X86/AsmPrinter/X86IntelAsmPrinter.cpp index 1822c1f914a..75812f34406 100644 --- a/llvm/lib/Target/X86/AsmPrinter/X86IntelAsmPrinter.cpp +++ b/llvm/lib/Target/X86/AsmPrinter/X86IntelAsmPrinter.cpp @@ -15,9 +15,9 @@ #define DEBUG_TYPE "asm-printer" #include "X86IntelAsmPrinter.h" -#include "X86InstrInfo.h" -#include "X86TargetAsmInfo.h" -#include "X86.h" +#include "../X86InstrInfo.h" +#include "../X86TargetAsmInfo.h" +#include "../X86.h" #include "llvm/CallingConv.h" #include "llvm/Constants.h" #include "llvm/DerivedTypes.h" -- cgit v1.2.3