mirror of
https://github.com/ziglang/zig.git
synced 2024-11-22 20:30:17 +00:00
test: Disable shared_lib_unwind
on x86_64-macos
.
https://github.com/ziglang/zig/issues/21337
This commit is contained in:
parent
335ed630a0
commit
bc278719d9
@ -37,6 +37,7 @@ extern fn frame0(
|
||||
pub fn main() !void {
|
||||
// Disabled until the DWARF unwinder bugs on .aarch64 are solved
|
||||
if (builtin.omit_frame_pointer and comptime builtin.target.isDarwin() and builtin.cpu.arch == .aarch64) return;
|
||||
if (builtin.target.isDarwin() and builtin.cpu.arch == .x86_64) return; // https://github.com/ziglang/zig/issues/21337
|
||||
|
||||
if (!std.debug.have_ucontext or !std.debug.have_getcontext) return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user