[llvm] r227085 - The canonical CPU variant for ARM according to config.guess uses a

Joerg Sonnenberger joerg at britannica.bec.de
Mon Jan 26 04:06:16 PST 2015


On Mon, Jan 26, 2015 at 11:41:49AM -0000, Joerg Sonnenberger wrote:
> Author: joerg
> Date: Mon Jan 26 05:41:48 2015
> New Revision: 227085
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=227085&view=rev
> Log:
> The canonical CPU variant for ARM according to config.guess uses a
> suffix it seems:
> 
>     # ./config.guess
>     earmv7hfeb-unknown-netbsd7.99.4
> 
> Extend the triple parsing to support this. Avoid running the ARM parser
> multiple times because StringSwitch is not lazy.
> 
> Reviewers: Renato Golin, Tim Northover
> 
> Differential Revision: http://reviews.llvm.org/D7166

Hans, this is the first of two changes to get full NetBSD ARM-EB support
working. Please merge this into 3.6.

Joerg



More information about the llvm-commits mailing list