[libcxx-commits] [PATCH] D126611: [libunwind] Ensure test/libunwind_01.pass is not completely inlined
Alexander Richardson via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun May 29 04:23:43 PDT 2022
arichardson added inline comments.
================
Comment at: libunwind/test/libunwind_01.pass.cpp:11
// TODO: Investigate this failure on x86_64 macOS back deployment
// XFAIL: use_system_cxx_lib && target=x86_64-apple-macosx{{10.9|10.10|10.11|10.12|10.13|10.14|10.15|11.0|12.0}}
----------------
@ldionne does the noinline fix the failure? I was originally testing on macOS and when I made this change (back in 2018) I believe it fixed the tests for me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126611/new/
https://reviews.llvm.org/D126611
More information about the libcxx-commits
mailing list