[PATCH] D25686: [Driver] Support "hardfloat" vendor triples used by Gentoo

Hal Finkel via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 17 11:25:44 PDT 2016


hfinkel added a comment.

It seems like we should teach Triple how to parse this triples correctly (i.e. to recognize that the vendor is ARM), and then canonicalize the environment to GNUEABIHF (or whatever)?


https://reviews.llvm.org/D25686





More information about the cfe-commits mailing list