[LLVMbugs] [Bug 11039] New: MinGW triplets are not parsed correctly
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Sep 29 09:39:35 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=11039
Summary: MinGW triplets are not parsed correctly
Product: tools
Version: trunk
Platform: PC
OS/Version: Windows NT
Status: NEW
Keywords: missing-feature, portability
Severity: normal
Priority: P
Component: llc
AssignedTo: unassignedbugs at nondot.org
ReportedBy: vanboxem.ruben at gmail.com
CC: llvmbugs at cs.uiuc.edu
Blocks: 10978
The only MinGW triplet I know that is parsed correctly, is:
i386-mingw32
All the MinGW triplets are:
i686-pc-mingw32
i686-w64-mingw32
x86_64-w64-mingw32
The proper parsing of these enables attribute features in Clang.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list