[llvm-commits] [PATCH 1/4][llvm] Introduce Triple::MinGW.
NAKAMURA Takumi
geek4civic at gmail.com
Tue Feb 15 01:32:23 PST 2011
No one uses *-mingw64. mingw-w64 is represented as
{i686|x86_64}-w64-mingw32. In llvm side, i686 and 64 can be treated as
similar way.
---
include/llvm/ADT/Triple.h | 4 +++-
lib/Support/Triple.cpp | 10 ++++------
lib/Target/ARM/ARMAsmBackend.cpp | 2 +-
lib/Target/ARM/ARMTargetMachine.cpp | 3 +--
lib/Target/MBlaze/MBlazeAsmBackend.cpp | 2 +-
lib/Target/MBlaze/MBlazeTargetMachine.cpp | 3 +--
lib/Target/X86/X86AsmBackend.cpp | 4 ++--
lib/Target/X86/X86Subtarget.h | 4 +---
lib/Target/X86/X86TargetMachine.cpp | 6 ++----
9 files changed, 16 insertions(+), 22 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Introduce-Triple-MinGW.patch
Type: text/x-patch
Size: 6397 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110215/65bdbba0/attachment.bin>
More information about the llvm-commits
mailing list