mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 17:26:11 +00:00

This ensures that it is also updated when calling log() and not just for errors and warnings. This was noticed in the downstream CHERI fork where a test using CHECK-NEXT was seeing empty lines after single-line log() messages. Reviewed By: MaskRay Pull Request: https://github.com/llvm/llvm-project/pull/117587