zig/test/link
Alex Rønne Petersen 24ecf45569
std.Target: Add Os.HurdVersionRange for Os.Tag.hurd.
This is necessary since isGnuLibC() is true for hurd, so we need to be able to
represent a glibc version for it.

Also add an Os.TaggedVersionRange.gnuLibCVersion() convenience function.
2024-11-24 22:11:16 +01:00
..
bss Change deprecated b.host to b.graph.host in tests and Zig's build.zig 2024-06-13 10:49:06 -04:00
common_symbols Change deprecated b.host to b.graph.host in tests and Zig's build.zig 2024-06-13 10:49:06 -04:00
common_symbols_alignment Change deprecated b.host to b.graph.host in tests and Zig's build.zig 2024-06-13 10:49:06 -04:00
glibc_compat std.Target: Add Os.HurdVersionRange for Os.Tag.hurd. 2024-11-24 22:11:16 +01:00
interdependent_static_c_libs Change deprecated b.host to b.graph.host in tests and Zig's build.zig 2024-06-13 10:49:06 -04:00
static_libs_from_object_files Change deprecated b.host to b.graph.host in tests and Zig's build.zig 2024-06-13 10:49:06 -04:00
wasm test: Update wasm/infer-features based on what LLVM produces. 2024-09-19 18:20:21 -07:00
build.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
build.zig.zon Promote linker test cases to packages 2024-04-07 16:05:54 -07:00
elf.zig link/Elf: ensure we always sort all relocations by r_offset in -r mode 2024-10-29 17:27:42 -07:00
link.zig linker tests: avoid trivially unnecessary allocation 2024-10-10 14:21:52 -07:00
macho.zig test/link/macho: test reporting undefined special symbols 2024-10-09 21:39:45 +02:00