[PATCH] D32427: Fix float abi for SUSE ARM triples

İsmail Dönmez via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 24 06:15:27 PDT 2017


ismail added a comment.

I am open to suggestions on how to do this correctly. The problem as stated is all SUSE ARM triples end with -gnueabi but they are all hard-float. Environment handling in LLVM seems to only check for the last part of the triple and not the whole string.


https://reviews.llvm.org/D32427





More information about the cfe-commits mailing list