[PATCH] Canonicalise Windows target triple spellings

Chandler Carruth chandlerc at gmail.com
Tue Mar 4 13:59:15 PST 2014


On Tue, Mar 4, 2014 at 11:53 AM, Saleem Abdulrasool <abdulras at fb.com> wrote:

> i686-pc-win32 => i686-pc-windows-msvc
> i686-pc-mingw32 => i686-pc-windows-gnu
> i686-pc-cygwin => i686-pc-windows-cygnus
>

I don't understand the use of 'pc' as vendor -- is this just that vendor is
preserved? I would hope that the default is "unknown" much the way it is on
Linux.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140304/a010259e/attachment.html>


More information about the llvm-commits mailing list