zig/test/link
Andrew Kelley 4706ec81d4 introduce a CLI flag to enable .so scripts; default off
The compiler defaults this value to off so that users whose system
shared libraries are all ELF files don't have to pay the cost of
checking every file to find out if it is a text file instead.

When a GNU ld script is encountered, the error message instructs users
about the CLI flag that will immediately solve their problem.
2024-10-23 16:27:38 -07: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 target.zig: Constrain aarch64 to glibc version 2.17 or later 2024-06-06 09:36:16 -07: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 introduce a CLI flag to enable .so scripts; default off 2024-10-23 16:27:38 -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