diff options
| author | A. Jiang <de34@live.cn> | 2025-10-16 19:00:23 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-16 19:00:23 +0800 |
| commit | e764b6df4b8fe73bce53673565a9e9a8d0641527 (patch) | |
| tree | a2b6b37cd036e5d64f113767a9cd1d66d6f1528b /llvm/unittests/Bitcode/DataLayoutUpgradeTest.cpp | |
| parent | 9393f23a9499b03002d2ff39b3740dedf8988601 (diff) | |
| download | llvm-e764b6df4b8fe73bce53673565a9e9a8d0641527.zip llvm-e764b6df4b8fe73bce53673565a9e9a8d0641527.tar.gz llvm-e764b6df4b8fe73bce53673565a9e9a8d0641527.tar.bz2 | |
[lldb][test] Skip `array` test due to ASTImport lambda issue (#163735)
The test will fail if libc++ starts to use a lambda in `<array>`. This
will become the case because
- libc++'s `array::fill` uses `std::fill_n`, and
- `std::fill_n` is to be optimized for segment iterators, and
- the natural approach for such optimization uses lambdas.
Until ASTImport of `clang::LambdaExpr` nodes gets properly fix, this
will need to be skipped.
Diffstat (limited to 'llvm/unittests/Bitcode/DataLayoutUpgradeTest.cpp')
0 files changed, 0 insertions, 0 deletions
