zig/test/link
Jakub Konka 3b2b9fcbc5 darwin: move inference of SDK version into the linker
`std.zig.system.darwin.getSdk` now pulls only the SDK path
so we execute a child process only once and not twice as it was
until now since we parse the SDK version directly from the pulled path.
This is actually how `ld64` does it too.
2023-08-29 06:43:41 +02:00
..
bss std.Build.CompileStep: remove run() and install() 2023-04-10 18:35:14 -07:00
common_symbols std.Build.CompileStep: remove run() and install() 2023-04-10 18:35:14 -07:00
common_symbols_alignment all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
glibc_compat build system: follow-up enhancements regarding LazyPath 2023-07-30 11:19:32 -07:00
interdependent_static_c_libs Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and removes functions that take literal paths instead of LazyPath. 2023-07-30 11:18:50 -07:00
macho darwin: move inference of SDK version into the linker 2023-08-29 06:43:41 +02:00
static_libs_from_object_files Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and removes functions that take literal paths instead of LazyPath. 2023-07-30 11:18:50 -07:00
wasm Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and removes functions that take literal paths instead of LazyPath. 2023-07-30 11:18:50 -07:00