[PATCH] D110900: Triple: Add RedHat vendor

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 4 07:00:19 PDT 2023


tstellar added a comment.

In D110900#4242620 <https://reviews.llvm.org/D110900#4242620>, @hvdijk wrote:

> In D110900#4242228 <https://reviews.llvm.org/D110900#4242228>, @tstellar wrote:
>
>> This is exactly what we are doing in Fedora right now: https://src.fedoraproject.org/rpms/clang/blob/rawhide/f/0001-Driver-Add-a-gcc-equivalent-triple-to-the-list-of-tr.patch.
>
> Is it? Correct me if I am misreading, but that looks like it adds `x86_64-redhat-linux` to the list of GCC target names to consider, but still continues to search for all other GCC target names LLVM recognises as well.

Yes, you are right.  It does the triple conversion, but then doesn't only search for the x86_64-redhat-linux triple.


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