[libunwind] [libunwind] Tweak tests for musl support. (PR #85097)
Alastair Houghton via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 6 07:13:52 PDT 2024
================
@@ -24,16 +23,30 @@
#include <unistd.h>
#include <unwind.h>
+// Note: this test fails on musl because:
+//
+// (a) musl disables emission of unwind information for its build, and
+// (b) musl's signal trampolines don't include unwind information
+//
----------------
al45tair wrote:
We'll use `XFAIL` here too.
https://github.com/llvm/llvm-project/pull/85097
More information about the cfe-commits
mailing list