zig/lib
tjog 2e35fdd032 fuzz: fix expected section start/end symbol name on MacOS when linking libfuzzer
Not only is the section name when adding the sancov variables different.

The linker symbol ending up in the binary is also different.

Reference: 60105ac6ba/llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp (L1076-L1104)
2025-04-26 14:35:03 +02:00
..
c Introduce libzigc for libc function implementations in Zig. 2025-04-11 17:12:31 +02:00
compiler std: eradicate u29 and embrace std.mem.Alignment 2025-04-13 02:20:32 -04:00
compiler_rt compiler-rt: compute correct integer sizes from bits at runtime 2025-04-11 07:06:01 -04:00
docs std.zig.Ast: improve type safety 2025-03-07 22:22:01 +01:00
fuzzer/web Fix compile error in Fuzzer web-ui (#23605) 2025-04-19 23:10:51 +02:00
include zig cc: Update intrinsic headers to Clang 20. 2025-04-04 06:08:09 +02:00
init zig init template: remove outdated comments 2025-03-01 16:11:59 -08:00
libc Merge pull request #23529 from alexrp/2879-groundwork 2025-04-12 18:14:17 +02:00
libcxx libcxx: Backport llvm/llvm-project#134874. 2025-04-11 09:05:44 +02:00
libcxxabi libcxxabi: Update to Clang 20. 2025-04-04 06:08:09 +02:00
libtsan tsan: Rename lib/tsan to lib/libtsan. 2025-04-11 02:08:18 +02:00
libunwind libunwind: Update to LLVM 20. 2025-04-04 06:08:09 +02:00
std Calculate WTF-8 length before converting instead of converting into an intermediate buffer on the stack 2025-04-26 14:31:28 +02:00
c.zig Introduce libzigc for libc function implementations in Zig. 2025-04-11 17:12:31 +02:00
compiler_rt.zig x86_64: rewrite scalar and vector int @divTrunc 2025-02-15 03:45:21 -05:00
fuzzer.zig fuzz: fix expected section start/end symbol name on MacOS when linking libfuzzer 2025-04-26 14:35:03 +02:00
ubsan_rt.zig ubsan: update wording 2025-02-25 11:22:33 -08:00
zig.h cbe: Implement support for -fno-builtin and @disableIntrinsics(). 2025-02-23 04:08:58 +01:00