[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:40:54 PDT 2021


mstorsjo added a subscriber: tstellar.
mstorsjo added a comment.

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?


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