[PATCH] D110900: Triple: Add RedHat vendor
Aaron Puchert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 5 16:30:05 PDT 2021
aaronpuchert added a subscriber: marxin.
aaronpuchert added a comment.
In D110900#3041035 <https://reviews.llvm.org/D110900#3041035>, @hvdijk wrote:
> Firstly, @aaronpuchert already commented that SUSE has the same issue, so this shouldn't be limited to Red Hat. Depending on what GCC does, possibly even things like `x86_64-linux` and `x86_64-unknown-linux` should be treated as `x86_64-unknown-linux-gnu`.
Maybe @marxin can comment on that?
I'm not sure if we can assume that `linux` implies `gnu` right away. We can probably assume that for some vendors though. So in general I think this patch is a good idea, modulo some details.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110900/new/
https://reviews.llvm.org/D110900
More information about the llvm-commits
mailing list