[llvm-branch-commits] [libcxx] release/18.x: [libcxx] Align `__recommend() + 1` by __endian_factor (#90292) (PR #95264)
Vitaly Buka via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jun 12 17:35:06 PDT 2024
vitalybuka wrote:
release/18.x https://lab.llvm.org/buildbot/#/builders/168/builds/20916 OK
release/18.x+#95264 https://lab.llvm.org/buildbot/#/builders/168/builds/20917 OK
Problem is that release/18.x suppose to fail, but it does not fail, because sized new/delete is OFF there. So:
release/18.x+#90373 https://lab.llvm.org/buildbot/#/builders/168/builds/20919 BAD
release/18.x+#90373+#95264 https://lab.llvm.org/buildbot/#/builders/168/builds/20920 OK
LGTM
https://github.com/llvm/llvm-project/pull/95264
More information about the llvm-branch-commits
mailing list