[PATCH] D61950: [PowerPC64] adds ABI parsing when specified on target triple
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 15 21:38:26 PDT 2019
MaskRay added a comment.
Will FreeBSD 13 or future releases support ELFv1? If not, it may be cleaner to not invent `-elfv2` `-elfv1` triples, but rather dispatch on the major version, e.g. `powerpc64-unknown-freebsd13.0` could mean ELFv2.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61950/new/
https://reviews.llvm.org/D61950
More information about the cfe-commits
mailing list