[all-commits] [llvm/llvm-project] 7e8c80: [libc++][C++20 modules] Tests no locale build.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Tue Aug 22 11:14:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7e8c80fc600a3ff7a712776e7e2168f2cbf1eddb
https://github.com/llvm/llvm-project/commit/7e8c80fc600a3ff7a712776e7e2168f2cbf1eddb
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-08-22 (Tue, 22 Aug 2023)
Changed paths:
M libcxx/cmake/caches/Generic-no-localization.cmake
M libcxx/modules/std/chrono.inc
M libcxx/modules/std/complex.inc
M libcxx/modules/std/locale.inc
M libcxx/modules/std/thread.inc
M libcxx/test/libcxx/module_std.gen.py
M libcxx/utils/ci/buildkite-pipeline.yml
Log Message:
-----------
[libc++][C++20 modules] Tests no locale build.
This fixes some missing #ifndef and implements the header restrictions
in the modules script.
Depends on D158192
Reviewed By: #libc, ldionne
Differential Revision: https://reviews.llvm.org/D158330
More information about the All-commits
mailing list