Files
zig/src/link
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
..
2024-07-22 13:07:02 -07:00
2024-07-20 20:23:18 +03:00
2024-04-20 23:36:41 +02:00
2024-07-20 07:43:40 -04:00
2024-07-23 17:30:53 -07:00
2023-12-03 18:18:09 -05:00
2024-07-20 07:43:40 -04:00
2024-07-22 18:01:26 -07:00