[PATCH] [ARM] Fix ARM triple parsing.
Renato Golin
renato.golin at linaro.org
Tue Nov 4 16:28:19 PST 2014
On 4 Nov 2014 23:09, "Eric Christopher" <echristo at gmail.com> wrote:
> If it's a problem you're running into sure.
It's not so much for armvelocipede, but more to plausible but wrong arch
strings like armv7bob, which may work in other compilers and set the cpu
correctly, but not in LLVM, setting the cpu to the minimum default of
strongarm, yielding weird results.
Hard frontend errors are a lot better in that kind of situation...
Cheers,
Renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141105/6a7fb79d/attachment.html>
More information about the llvm-commits
mailing list