[PATCH] D110900: Triple: Add RedHat vendor
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 4 16:52:22 PDT 2021
tstellar added a comment.
@hvdijk There are two things I'm trying to fix with this patch:
1. I want a triple that behaves the same as gcc's x86_64-redhat-linux and can also be used to select the gcc install at /usr/lib/x86_64-redhat-linux
2. I want to be able to use gcc -dumpmachine to determine the host architecture rather than config.guess.
I really want to fix 1, but if I can fix 2 too that would be a bonus.
Another solution for 1 (but not 2), would be to update the driver to select the x86_64-redhat-linux gcc install when the triple is x86_64-redhat-linux-gnu. Do you think this would be better?
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