[all-commits] [llvm/llvm-project] 506cf6: [libc++] Fix modules and benchmarks CI builds when...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Feb 8 12:15:20 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 506cf6dc048835c598b654e43ed8f723a42e39ba
https://github.com/llvm/llvm-project/commit/506cf6dc048835c598b654e43ed8f723a42e39ba
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2022-02-08 (Tue, 08 Feb 2022)
Changed paths:
M libcxx/benchmarks/CMakeLists.txt
M libcxx/include/__debug
M libcxx/include/module.modulemap
M libcxx/test/configs/llvm-libc++-shared-clangcl.cfg.in
M libcxx/test/configs/llvm-libc++-static-clangcl.cfg.in
M libcxx/test/libcxx/algorithms/debug_less.pass.cpp
M libcxx/test/libcxx/debug/debug_abort.pass.cpp
M libcxx/test/libcxx/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/db_deallocate.pass.cpp
M libcxx/test/libcxx/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/db_deallocate.pass.cpp
M libcxx/test/libcxx/input.output/filesystems/class.path/path.itr/iterator_db.pass.cpp
M libcxx/test/libcxx/iterators/advance.debug1.pass.cpp
M libcxx/test/libcxx/iterators/next.debug1.pass.cpp
M libcxx/test/libcxx/iterators/prev.debug1.pass.cpp
M libcxx/test/libcxx/thread/futures/futures.promise/set_exception.pass.cpp
M libcxx/test/libcxx/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp
M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/last_write_time.pass.cpp
M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/last_write_time.pass.cpp
M libcxx/test/support/filesystem_test_helper.h
M libcxx/utils/libcxx/test/config.py
M libcxx/utils/libcxx/test/features.py
Log Message:
-----------
[libc++] Fix modules and benchmarks CI builds when incomplete features are disabled
Differential Revision: https://reviews.llvm.org/D119036
More information about the All-commits
mailing list