[Openmp-commits] [openmp] [OpenMP][test] Make %p 0x prefix optional (PR #138514)
via Openmp-commits
openmp-commits at lists.llvm.org
Tue May 13 11:55:23 PDT 2025
jprotze wrote:
@mjklemm :
> I have counted about 712 occurrences of `%p` formatting fields in `openmp/runtime/src`. So, I'm OK with adjusting the tests rather than the format strings.
All prints relevant for these tests come from `openmp/runtime/test/ompt/callback.h` which has just 57 hits :) . Making the 0x optional works just as well.
https://github.com/llvm/llvm-project/pull/138514
More information about the Openmp-commits
mailing list