[PATCH] D32347: Add support for openSUSE ARM Triples

Renato Golin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 21 05:15:46 PDT 2017


rengolin added reviewers: rovka, compnerd.
rengolin added a comment.

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.

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

I'm adding Diana and Saleem, who have had more exposure to float abi shenanigans than I have, recently.


https://reviews.llvm.org/D32347





More information about the cfe-commits mailing list