[PATCH] D32347: Add support for openSUSE ARM Triples

İsmail Dönmez via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 21 05:18:08 PDT 2017


ismail added a comment.

In https://reviews.llvm.org/D32347#733476, @rengolin wrote:

> In https://reviews.llvm.org/D32347#733475, @ismail wrote:
>
> > Yes openSUSE prefers the "hl" prefix to mean HardFloat.
>
>
> I'm not sure that'll do what you expect it, though. Having the "hf" at the end of the triple has some magical effect on the Triple class.


Indeed it doesn't hence we set the correct CFLAGS/CXXFLAGS separately for the moment.

> But at the very least, you should make sure that `float-abi` is indeed `hard`.

Yes I'll work on that next. This is just to get the triple correct, which lets me bootstrap the compiler.


https://reviews.llvm.org/D32347





More information about the cfe-commits mailing list