[all-commits] [llvm/llvm-project] f11aba: Revert "[libc++][modules] Rewrite the modulemap to...
Chris B via All-commits
all-commits at lists.llvm.org
Sat Sep 28 19:47:30 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f11abac6524f8643817711d04be0367a0e639311
https://github.com/llvm/llvm-project/commit/f11abac6524f8643817711d04be0367a0e639311
Author: Chris B <chris.bieneman at me.com>
Date: 2024-09-28 (Sat, 28 Sep 2024)
Changed paths:
M libcxx/cmake/caches/Generic-hardening-mode-fast-with-abi-breaks.cmake
M libcxx/include/CMakeLists.txt
A libcxx/include/__algorithm/fold.h
R libcxx/include/__algorithm/ranges_fold.h
M libcxx/include/__configuration/abi.h
M libcxx/include/__format/formatter_integral.h
R libcxx/include/__memory/array_cookie.h
M libcxx/include/__memory/unique_ptr.h
A libcxx/include/__std_clang_module
M libcxx/include/algorithm
M libcxx/include/module.modulemap
M libcxx/test/libcxx/clang_modules_include.gen.py
M libcxx/test/libcxx/containers/associative/unord.map/abi.compile.pass.cpp
M libcxx/test/libcxx/containers/associative/unord.set/abi.compile.pass.cpp
A libcxx/test/std/experimental/utilities/utility/utility.synop/includes.pass.cpp
R libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/incomplete.sh.cpp
R libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/assert.subscript.pass.cpp
M libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/get.pass.cpp
M libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/op_subscript.runtime.pass.cpp
M libcxx/utils/CMakeLists.txt
A libcxx/utils/generate_std_clang_module_header.py
M libcxx/utils/libcxx/test/features.py
Log Message:
-----------
Revert "[libc++][modules] Rewrite the modulemap to have fewer top-level modules (#107638)" (#110384)
This reverts 3 commits:
45a09d1811d5d6597385ef02ecf2d4b7320c37c5
24bc3244d4e221f4e6740f45e2bf15a1441a3076
bc6bd3bc1e99c7ec9e22dff23b4f4373fa02cae3
The GitHub pre-merge CI has been broken since this PR went in. This
change reverts it to see if I can get the pre-merge CI working again.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list