| author | |
| committer | |
| log | bc278719d948d4d91860445c3b30547b36a448a9 |
| tree | 088ce35bc210cd522362eb6109587cb15fbb6be4 |
| parent | 335ed630a06d6f95ecc3c8be7548329407e1602e |
https://github.com/ziglang/zig/issues/213371 files changed, 1 insertions(+), 0 deletions(-)
test/standalone/stack_iterator/shared_lib_unwind.zig+1| ... | ... | @@ -37,6 +37,7 @@ extern fn frame0( |
| 37 | 37 | pub fn main() !void { |
| 38 | 38 | // Disabled until the DWARF unwinder bugs on .aarch64 are solved |
| 39 | 39 | if (builtin.omit_frame_pointer and comptime builtin.target.isDarwin() and builtin.cpu.arch == .aarch64) return; |
| 40 | if (builtin.target.isDarwin() and builtin.cpu.arch == .x86_64) return; // https://github.com/ziglang/zig/issues/21337 | |
| 40 | 41 | |
| 41 | 42 | if (!std.debug.have_ucontext or !std.debug.have_getcontext) return; |
| 42 | 43 |