[libcxx-commits] [PATCH] D157363: [libc++][Modules] Remove unnecessary `requires` from the module map

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Aug 11 09:22:36 PDT 2023


Mordante added a comment.

In D157363#4578121 <https://reviews.llvm.org/D157363#4578121>, @iana wrote:

> In D157363#4577404 <https://reviews.llvm.org/D157363#4577404>, @Mordante wrote:
>
>> LGTM, but I like @ldionne to have a look at this too.
>> I assume we don't need to backport this patch to LLVM-17. Is that correct?
>
> I'm not really sure. If we want D157364 <https://reviews.llvm.org/D157364> for v17 because it adds things back to the `std` module that we removed, then we'll need this too.

We backported the hard-coded `__std_clang_module header` to LLVM 17.
We'll never add new headers to LLVM 17 so we don't need to backport the `__std_clang_module header` generator script.

Does that answer your question? If not maybe reach out on Discord.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157363



More information about the libcxx-commits mailing list