zig/lib/std/Build
Matthew Lugg 010dcd6a9b
fuzzer: account for runtime address slide
This is relevant to PIEs, which are notably enabled by default on macOS.
The build system needs to only see virtual addresses, that is, those
which do not have the slide applied; but the fuzzer itself naturally
sees relocated addresses (i.e. with the slide applied). We just need to
subtract the slide when we communicate addresses to the build system.
2025-11-20 10:42:20 +00:00
..
Cache std.fs: use BadPathName rather than InvalidWtf8 on Windows 2025-10-29 06:20:50 -07:00
Step std.debug: split up Mach-O debug info handling 2025-11-20 10:42:20 +00:00
Watch std.Build.Watch: add macOS implementation based on FSEventStream 2025-08-02 05:13:13 +01:00
abi.zig fuzzer: account for runtime address slide 2025-11-20 10:42:20 +00:00
Cache.zig represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-macabi 2025-11-14 11:33:35 +01:00
Fuzz.zig std.debug.Info: basic Mach-O support 2025-11-20 10:42:20 +00:00
Module.zig Elf2: start implementing dynamic linking 2025-10-29 18:15:09 -04:00
Step.zig std.Build.Step: send messages to compiler as little-endian 2025-11-19 01:42:45 +01:00
Watch.zig Merge pull request #25763 from mrjbq7/cancelled 2025-10-30 04:40:13 +00:00
WebServer.zig std.debug.lockStderrWriter: also return ttyconf 2025-10-30 09:31:28 +00:00