[PATCH] D107893: [clang] [MinGW] Consider the per-target libc++ include directory too

Martin Storsjö via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 13 11:45:37 PDT 2021


mstorsjo added a comment.

In D107893#2944193 <https://reviews.llvm.org/D107893#2944193>, @mstorsjo wrote:

> In D107893#2943679 <https://reviews.llvm.org/D107893#2943679>, @zero9178 wrote:
>
>> Any chance this patch could be backported onto the LLVM 13 branch? I have been using a per target runtime builds for a few versions now but the functionality has regressed in LLVM 13, which would force me back into a normal single target layout.
>
> I presume this should be pretty trivial to backport yes - can you file a bug about it in bugzilla, CC @tstellar and mark it as blocking the 13.0.0 release bug?
>
> In which way was this a regression - I guess clang didn't change here - did libcxx start installing the `__config_site` file differently during this release?

Oh, also, do note that this only fixes the issue for the MinGW driver - this needs to be fixed separately for all drivers it seems (or better - refactor them so they'd use one shared codepath for libc++ includes, fixing it all in one place).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107893



More information about the cfe-commits mailing list