[PATCH] D27362: [Triple] Support parsing Gentoo ARM triples, with hardfloat in vendor
Michał Górny via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 2 12:05:44 PST 2016
mgorny created this revision.
mgorny added reviewers: hfinkel, ddunbar, mehdi_amini, rafael, joerg.
mgorny added subscribers: llvm-commits, zlei.
Herald added subscribers: rengolin, aemerson.
Support parsing the Gentoo triples of the from arm*-hardfloat-*-*eabi
where the vendor field is used to indicate hardfloat ABI. The triples
are mapped to a correct *-*eabihf variants.
https://reviews.llvm.org/D27362
Files:
include/llvm/ADT/Triple.h
lib/Support/Triple.cpp
unittests/ADT/TripleTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27362.80116.patch
Type: text/x-patch
Size: 4643 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161202/3a774f6a/attachment.bin>
More information about the llvm-commits
mailing list