zig/lib/std/Build
Andrew Kelley 26d2a7960e default "trace pc guard" coverage off
* Add -f(no-)sanitize-coverage-trace-pc-guard CLI flag which defaults to
  off. This value lowers to TracePCGuard = true (LLVM backend) and -Xclang
  -fsanitize-coverage-trace-pc-guard. These settings are not
  automatically included with -ffuzz.
* Add `Build.Step.Compile` flag for sanitize_coverage_trace_pc_guard
  with appropriate documentation.
* Add `zig cc` integration for the respective flags.
* Avoid crashing in ELF linker code when -ffuzz -femit-llvm-ir used
  together.
2024-07-23 17:30:53 -07:00
..
Cache std.Build.Cache.Path: fix the format method 2024-07-12 00:14:08 -07:00
Step default "trace pc guard" coverage off 2024-07-23 17:30:53 -07:00
Cache.zig frontend: add file system inputs for incremental cache mode 2024-07-12 00:15:11 -07:00
Module.zig add the build system API for enabling fuzzing 2024-07-22 13:07:02 -07:00
Step.zig build runner: update watch caption to include subprocesses 2024-07-14 22:27:51 -07:00
Watch.zig build runner: refactor fs watch logic for OS abstraction 2024-07-12 14:20:20 -07:00