[all-commits] [llvm/llvm-project] 3401b3: [libc++] Renames modules-build.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Wed Sep 6 08:11:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3401b308f82a503f7f1650e0f2eca8d1f8f9ff63
https://github.com/llvm/llvm-project/commit/3401b308f82a503f7f1650e0f2eca8d1f8f9ff63
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-09-06 (Wed, 06 Sep 2023)
Changed paths:
M libcxx/test/libcxx/algorithms/alg.modifying.operations/copy_move_nontrivial.pass.cpp
M libcxx/test/libcxx/algorithms/alg.modifying.operations/copy_move_trivial.pass.cpp
M libcxx/test/libcxx/algorithms/pstl.robust_against_customization_points_not_working.pass.cpp
M libcxx/test/libcxx/assertions/customize_verbose_abort.compile-time.pass.cpp
M libcxx/test/libcxx/assertions/modes/debug_mode_not_1_or_0.verify.cpp
M libcxx/test/libcxx/assertions/modes/hardened_and_debug_mutually_exclusive.verify.cpp
M libcxx/test/libcxx/assertions/modes/hardened_mode_not_1_or_0.verify.cpp
M libcxx/test/libcxx/clang_modules_include.gen.py
M libcxx/test/libcxx/containers/gnu_cxx/hash_map.pass.cpp
M libcxx/test/libcxx/containers/gnu_cxx/hash_map_name_lookup.pass.cpp
M libcxx/test/libcxx/containers/gnu_cxx/hash_set.pass.cpp
M libcxx/test/libcxx/containers/gnu_cxx/hash_set_name_lookup.pass.cpp
M libcxx/test/libcxx/depr/depr.c.headers/extern_c.pass.cpp
M libcxx/test/libcxx/depr/depr.c.headers/stdint_h.xopen_source.compile.pass.cpp
M libcxx/test/libcxx/extensions/hash/specializations.pass.cpp
M libcxx/test/libcxx/include_as_c.sh.cpp
M libcxx/test/libcxx/input.output/iostream.format/print.fun/vprint_unicode_windows.pass.cpp
M libcxx/test/libcxx/language.support/support.c.headers/support.c.headers.other/math.lerp.verify.cpp
M libcxx/test/libcxx/language.support/timespec_get.xopen.compile.pass.cpp
M libcxx/test/libcxx/module_std.gen.py
M libcxx/test/libcxx/transitive_includes.gen.py
M libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/non_trivial_copy_move_ABI.pass.cpp
M libcxx/test/lit.local.cfg
M libcxx/test/std/modules/std.pass.cpp
M libcxx/test/std/ranges/range.adaptors/range.filter/iterator/arrow.pass.cpp
M libcxx/utils/libcxx/test/params.py
Log Message:
-----------
[libc++] Renames modules-build.
This is a followup of D157625. Using the name clang-modules-build makes
it clear this is regarding the clang modules and not the C++23 std or
std.compat module.
Reviewed By: #libc, ldionne
Differential Revision: https://reviews.llvm.org/D158927
More information about the All-commits
mailing list