[PATCH] D110900: Triple: Add RedHat vendor

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 5 18:25:12 PDT 2021


tstellar added a comment.

In D110900#3044126 <https://reviews.llvm.org/D110900#3044126>, @aaronpuchert wrote:

> In D110900#3043521 <https://reviews.llvm.org/D110900#3043521>, @tstellar wrote:
>
>> It picks the first triple from the list that is installed on your system.  So if you also have an x86_64-linux-gnu gcc installation on your system, it will pick that one over x86_64-redhat-linux.
>
> Is that something people do? But yeah, just picking the first one from the list doesn't sound great.

Yes, there is an x86_64 cross compiler package in Fedora that installs to /usr/lib/x86_64-linux-gnu.   It's easy to accidentally install this if you do something like `dnf install *gcc*`.


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