[PATCH] D94475: [MC] Emit ELF files with ELFOSABI_GNU if specified in triple
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 12 10:00:07 PST 2021
jrtc27 added a comment.
Having said that I do think it makes sense to push the `getOS` call into `getOSABI` by passing the full triple as it simplifies all the callers (and that also decouples the NFC refactor from your proposed behavioural change).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94475/new/
https://reviews.llvm.org/D94475
More information about the llvm-commits
mailing list