[PATCH] D25686: [Driver] Improve support for Gentoo arm*-hardfloat-*-*eabi triples

Renato Golin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 12 01:28:04 PST 2016


rengolin added a comment.

We already massage the triple in many cases, and what goes into IR is not always the same as what is used in Clang.

Examples are x86_64's "x32" extension to the ABI, ARM -> Thumb triples, adding compulsory dashes and unknowns (ex. x86_64--linux-gnu), etc.

You just have to find the right places.


https://reviews.llvm.org/D25686





More information about the cfe-commits mailing list