[libcxx-commits] [PATCH] D145017: [libc++][libc++abi] Make libc++ includes more compatible with its own modulemap

Alan Zhao via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 28 16:02:07 PST 2023


ayzhao updated this revision to Diff 501327.
ayzhao added a comment.

fix up the history a little bit so (hopefully) git will recognize the rename


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145017

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__std_stream
  libcxx/include/libcxx.imp
  libcxx/include/memory
  libcxx/include/module.modulemap.in
  libcxx/src/filesystem/operations.cpp
  libcxx/src/include/ryu/digit_table.h
  libcxx/src/include/ryu/ryu.h
  libcxx/src/include/std_stream.h
  libcxx/src/include/to_chars_floating_point.h
  libcxx/src/ios.cpp
  libcxx/src/iostream.cpp
  libcxx/src/legacy_pointer_safety.cpp
  libcxx/src/locale.cpp
  libcxx/src/memory.cpp
  libcxx/src/new.cpp
  libcxx/src/optional.cpp
  libcxx/src/strstream.cpp
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/test/libcxx/transitive_includes/cxx2b.csv
  libcxx/utils/data/ignore_format.txt
  libcxx/utils/generate_iwyu_mapping.py
  libcxxabi/src/cxa_default_handlers.cpp
  libcxxabi/src/fallback_malloc.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145017.501327.patch
Type: text/x-patch
Size: 22596 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230301/277ec897/attachment-0001.bin>


More information about the libcxx-commits mailing list