[PATCH] D32427: Fix float abi for SUSE ARM triples
Saleem Abdulrasool via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 24 17:27:07 PDT 2017
compnerd added a comment.
I think that you should mutate the environment in the canonicalisation phase of the triple. That will allow you to use `armv7-suse-linux-gnueabi` and `armv7-suse-linux-gnueabihf` in the frontend, but have the backend always get `armv7-suse-linux-gnueabihf`.
https://reviews.llvm.org/D32427
More information about the cfe-commits
mailing list