Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only print out diagnostic messages if an environment variable is set
This prevents crashes in test_core.py due to too many diagnostics emitted in llvm/llvm-project#78228 It should also speed up compile times, as we can use multithreading, and avoid handling diagnostic messages. PiperOrigin-RevId: 607293980
- Loading branch information