1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/lib/Target/X86/AsmPrinter
Cedric Venet e1e9213f95 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
2008-08-17 18:24:26 +00:00
..
Makefile
X86AsmPrinter.cpp Make it compile on VC2005: 2008-08-17 18:24:26 +00:00
X86AsmPrinter.h
X86ATTAsmPrinter.cpp Make it compile on VC2005: 2008-08-17 18:24:26 +00:00
X86ATTAsmPrinter.h Make it compile on VC2005: 2008-08-17 18:24:26 +00:00
X86IntelAsmPrinter.cpp Make it compile on VC2005: 2008-08-17 18:24:26 +00:00
X86IntelAsmPrinter.h Make it compile on VC2005: 2008-08-17 18:24:26 +00:00