[llvm-commits] [PATCH][llvm][clang] Triple::{MinGW32|MinGW64} => Triple::MinGW

NAKAMURA Takumi geek4civic at gmail.com
Tue Feb 15 20:12:49 PST 2011


Duncan,

Thank you to give me comments!

On Tue, Feb 15, 2011 at 6:49 PM, Duncan Sands <baldrick at free.fr> wrote:
> if I understand right no project understands mingw64 except for LLVM, so you
> are
> going to remove mingw64.  Also, other projects use "w64" rather than "pc" to
> say
> ... well, I'm not sure what this says, but presumably to say whatever
> mingw64
> was trying to say; so you plan to teach LLVM about w64.  Is that right?

For now, I don't think recognition of -w64- would be needed to clang and llvm.
I would propose to tweak -w64- to llvm::Triple if I needed one.

...Takumi




More information about the llvm-commits mailing list