[all-commits] [llvm/llvm-project] 4e680a: [OpenMP] Move KMP_VERSION printout logic to post-s...
Jonathan Peyton via All-commits
all-commits at lists.llvm.org
Mon Jul 24 14:03:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4e680ae5f22ad5de65e9019e8ad51d1494d1b6bd
https://github.com/llvm/llvm-project/commit/4e680ae5f22ad5de65e9019e8ad51d1494d1b6bd
Author: Jonathan Peyton <jonathan.l.peyton at intel.com>
Date: 2023-07-24 (Mon, 24 Jul 2023)
Changed paths:
M openmp/runtime/src/kmp_runtime.cpp
M openmp/runtime/src/kmp_settings.cpp
Log Message:
-----------
[OpenMP] Move KMP_VERSION printout logic to post-serial-init
Get the KMP_VERSION printout logic out of environment variable file
(kmp_settings.cpp) and move to end of serial initialization where
KMP_SETTINGS and OMP_DISPLAY_ENV are.
Differential Revision: https://reviews.llvm.org/D154652
More information about the All-commits
mailing list