[PATCH] D111081: [clang] [MinGW] Fix paths on Gentoo

Mark Harmstone via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 4 09:48:15 PDT 2022


maharmstone added a comment.

In D111081#3627852 <https://reviews.llvm.org/D111081#3627852>, @MaskRay wrote:

> Does Gentoo patch upstream to do something different? (`.../g++-v10/...`) Well, I wish that Gentoo does not do this.
> This adds complexity to Clang which in practice tries to provide some drop-in replacement ability.

Clang doesn't work at all on Gentoo at the moment with any of the mingw targets, hence this patch.

As I said in the top comment, these changes are mirroring what's in clang/lib/Driver/ToolChains/Gnu.cpp for the Linux triplets.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111081/new/

https://reviews.llvm.org/D111081



More information about the cfe-commits mailing list