[libcxx-commits] [PATCH] D153832: [libc++][Modules] std.functional.__functional.invoke and std.type_traits.underlying_type can't export std.type_traits

Ian Anderson via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 30 12:16:28 PDT 2023


iana updated this revision to Diff 536361.
iana added a comment.

D153672 <https://reviews.llvm.org/D153672> replaced __debug, whose module did `export *`, with __debug_utils/strict_weak_ordering_check.h, whose module has no exports. Other parts were relying on __debug's module exporting __type_traits/is_constant_evaluated.h. Make __debug_utils/strict_weak_ordering_check.h export that, and update __algorithm/sort.h's module to export __debug_utils/strict_weak_ordering_check.h.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153832

Files:
  libcxx/include/module.modulemap.in
  libcxx/utils/find_transitive_includes.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153832.536361.patch
Type: text/x-patch
Size: 38324 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230630/bb34a33a/attachment-0001.bin>


More information about the libcxx-commits mailing list