[OpenMP] Fix the wrong format string used in `__kmpc_error`
authorShilei Tian <i@tianshilei.me>
Tue, 17 Jan 2023 04:55:17 +0000 (23:55 -0500)
committerShilei Tian <i@tianshilei.me>
Tue, 17 Jan 2023 04:55:26 +0000 (23:55 -0500)
commit4e27097c5bfb8a6b26ab67e86496730006683da9
tree3615ea392570f8255d809e8478fc52ddd9abecef
parent0aa5aebd0ace94cfb6b975b16024fe90a6139acf
[OpenMP] Fix the wrong format string used in `__kmpc_error`

This patch fixes the wrong format string used in `__kmpc_error`, which could
cause segment fault at runtime.

Reviewed By: jlpeyton

Differential Revision: https://reviews.llvm.org/D141889
openmp/runtime/src/kmp_csupport.cpp