[llvm] r246378 - Stop calling the flat out insane ARM target parsing code unless the

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 30 03:09:49 PDT 2015


On 30 August 2015 at 10:54, Chandler Carruth via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: chandlerc
> Date: Sun Aug 30 04:54:34 2015
> New Revision: 246378
>
> URL: http://llvm.org/viewvc/llvm-project?rev=246378&view=rev
> Log:
> Stop calling the flat out insane ARM target parsing code unless the
> architecture string is something quite weird. Similarly delay calling
> the BPF parsing code, although that is more reasonable.

Again, thanks for the cleaning. You have no idea what a mess ARM names
can be. I'm not sure who to blame here, GCC folks, or ARM folks, or
both. But delayed computation is always best.

cheers,
-renato


More information about the llvm-commits mailing list