zig/lib/compiler
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
..
aro aro: define arch macros for s390x 2025-11-19 01:42:45 +01:00
reduce zig reduce: adapt to new Writer API 2025-08-21 11:50:03 -07:00
resinator MemoryPool: add unmanaged variants and make them the default 2025-11-15 09:30:57 +00:00
translate-c std.fs: use BadPathName rather than InvalidWtf8 on Windows 2025-10-29 06:20:50 -07:00
build_runner.zig std.Build: don't force all children to inherit color option 2025-11-14 21:50:24 +01:00
libc.zig std: fix compilation errors on macos 2025-10-29 06:20:50 -07:00
objcopy.zig objcopy: update for std.Io API 2025-10-29 06:20:51 -07:00
reduce.zig Remove usages of deprecatedWriter 2025-09-18 22:39:33 -07:00
std-docs.zig std-docs: read/write messages as little endian 2025-11-19 01:42:45 +01:00
test_runner.zig fuzzer: account for runtime address slide 2025-11-20 10:42:20 +00:00
util.zig - aroDiagnosticsToErrorBundle: fixup not clearing notes after flushing the current error 2025-10-09 13:34:25 -04:00