zig/test/link
Alex Rønne Petersen b3537d0f4a compiler: Allow configuring UBSan mode at the module level.
* Accept -fsanitize-c=trap|full in addition to the existing form.
* Accept -f(no-)sanitize-trap=undefined in zig cc.
* Change type of std.Build.Module.sanitize_c to std.zig.SanitizeC.
* Add some missing Compilation.Config fields to the cache.

Closes #23216.
2025-04-26 22:54:34 +02:00
..
bss test-link: migrate from deprecated std.Build APIs 2024-12-18 01:49:10 +05: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
glibc_compat compiler: Allow configuring UBSan mode at the module level. 2025-04-26 22:54:34 +02:00
interdependent_static_c_libs std.Build: add addLibrary function (#22554) 2025-01-22 02:29:21 +00:00
static_libs_from_object_files std.Build: add addLibrary function (#22554) 2025-01-22 02:29:21 +00:00
wasm ubsan: update wording 2025-02-25 11:22:33 -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/link/wasm/segment: delete bad test 2025-01-15 15:11:37 -08:00
elf.zig compiler: Allow configuring UBSan mode at the module level. 2025-04-26 22:54:34 +02:00
link.zig std.Build: add addLibrary function (#22554) 2025-01-22 02:29:21 +00:00
macho.zig Remove uses of deprecated callconv aliases 2025-03-05 03:01:43 +00:00