diff options
author | Duo Wang <duow1@uci.edu> | 2023-11-12 08:30:15 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-12 17:30:15 +0100 |
commit | d05bada59205b9bcf1195a6eac7e09b721e3b79b (patch) | |
tree | d1db2e1425fc7c5bd6ba8b9f5283bc3d888c971a /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | 8569465adf5e6c792e88be56b0e6b24f1c74e633 (diff) | |
download | llvm-d05bada59205b9bcf1195a6eac7e09b721e3b79b.zip llvm-d05bada59205b9bcf1195a6eac7e09b721e3b79b.tar.gz llvm-d05bada59205b9bcf1195a6eac7e09b721e3b79b.tar.bz2 |
[libcxx][test] std::array::iterator are not pointers by C++ standard (#70729)
This is to modify a list of libcxx tests written under the assumption
that iterators for std::array, std::string_view, and std::string are
pointers. The motivation for this PR is to make the tests more universal
and potentially being used to test other C++ standard library
implementations, for example
[microsoft/STL](https://github.com/microsoft/STL).
I can confirm that this patch makes a number of tests compatible with
microsoft STL:
`Failed : 204 (2.12%)` -> `Failed : 136 (1.42%)`
, and does not break any tests on `libcxx`.
This is not a complete list of such incompatibilities, but I am hoping
this will start a discussion about whether we are open to accepting such
changes.
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions