[llvm] [OpenMP][Offload] Add a buffer layer to debug messaging (PR #172446)
Alex Duran via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 7 09:07:41 PST 2026
adurang wrote:
> What's the issue exactly? the old printf interface didn't have gaps in it because `printf` formats one big string and does it at once. Any way we can get the same thing by outputting to a temporary string buffer and dumping it at once?
that's exactly what this PR is doing....
https://github.com/llvm/llvm-project/pull/172446
More information about the llvm-commits
mailing list