[all-commits] [llvm/llvm-project] 4e2709: [OpenMP] Fix the wrong format string used in `__km...
Shilei Tian via All-commits
all-commits at lists.llvm.org
Mon Jan 16 20:55:38 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4e27097c5bfb8a6b26ab67e86496730006683da9
https://github.com/llvm/llvm-project/commit/4e27097c5bfb8a6b26ab67e86496730006683da9
Author: Shilei Tian <i at tianshilei.me>
Date: 2023-01-16 (Mon, 16 Jan 2023)
Changed paths:
M openmp/runtime/src/kmp_csupport.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list