zig/test/link
Mathias Lafeldt 2207c62bb5 MachO: fix dynamic lookup of undefined symbols at runtime
Ensures `MH_NOUNDEFS` is not set when dynamic lookup is enabled for
undefined symbols via `linker_allow_shlib_undefined`.
2026-01-21 00:31:21 +01:00
..
bss update test-link to new std.Io API 2025-12-23 22:15:12 -08:00
common_symbols std.Build: add addLibrary function (#22554) 2025-01-22 02:29:21 +00:00
common_symbols_alignment std.Build: add addLibrary function (#22554) 2025-01-22 02:29:21 +00:00
interdependent_static_c_libs test: remove @cImport usage in interdependent_static_c_libs 2025-09-16 23:39:29 +02:00
static_libs_from_object_files std.Build: add addLibrary function (#22554) 2025-01-22 02:29:21 +00:00
wasm update test-link to new std.Io API 2025-12-23 22:15:12 -08:00
build.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
build.zig.zon test: move glibc_compat from link to standalone tests 2025-09-16 23:39:29 +02:00
elf.zig update test-link to new std.Io API 2025-12-23 22:15:12 -08:00
link.zig Migrate from deprecated Step.Compile APIs 2025-07-26 12:06:43 +02:00
macho.zig MachO: fix dynamic lookup of undefined symbols at runtime 2026-01-21 00:31:21 +01:00