[PATCH] Canonicalise Windows target triple spellings

Reid Kleckner rnk at google.com
Tue Mar 4 14:06:05 PST 2014


On Tue, Mar 4, 2014 at 1:59 PM, Chandler Carruth <chandlerc at gmail.com>wrote:

>
> 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.
>

config.guess sets the vendor to pc, and so do we.  *shrug*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140304/ce0db092/attachment.html>


More information about the llvm-commits mailing list