[all-commits] [llvm/llvm-project] fe300f: [libc++][hardening] Add tests for the hardened mod...
Konstantin Varlamov via All-commits
all-commits at lists.llvm.org
Fri Nov 3 06:46:33 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fe300f35ca1a4ae06f3f76f3d8732f75e76a3c16
https://github.com/llvm/llvm-project/commit/fe300f35ca1a4ae06f3f76f3d8732f75e76a3c16
Author: Konstantin Varlamov <varconsteq at gmail.com>
Date: 2023-11-03 (Fri, 03 Nov 2023)
Changed paths:
A libcxx/cmake/caches/Generic-hardened-mode-with-abi-breaks.cmake
M libcxx/test/libcxx/containers/views/views.span/debug.iterator-indexing.pass.cpp
M libcxx/test/libcxx/strings/string.view/string.view.iterators/debug.iterator-indexing.pass.cpp
M libcxx/utils/ci/buildkite-pipeline.yml
M libcxx/utils/ci/run-buildbot
M libcxx/utils/libcxx/test/features.py
Log Message:
-----------
[libc++][hardening] Add tests for the hardened mode with ABI breaks. (#71020)
Add a new test mode that enables the hardened mode in combination with
ABI-breaking changes (only bounded iterators currently) and reenable the
bounded iterator tests for `span` and `string_view`.
More information about the All-commits
mailing list