[all-commits] [llvm/llvm-project] aa6e7e: [OpenMP] libomp: move warnings to after library in...
Andrey Churbanov via All-commits
all-commits at lists.llvm.org
Fri May 21 13:48:00 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aa6e7e8da8f5a2706f0b330718df203b3650408e
https://github.com/llvm/llvm-project/commit/aa6e7e8da8f5a2706f0b330718df203b3650408e
Author: AndreyChurbanov <andrey.churbanov at intel.com>
Date: 2021-05-21 (Fri, 21 May 2021)
Changed paths:
M openmp/runtime/src/kmp_ftn_entry.h
A openmp/runtime/test/api/omp_deprecated.c
Log Message:
-----------
[OpenMP] libomp: move warnings to after library initialization
Warnings on deprecated api cannot be suppressed if the library is not initialized.
With this change it is possible to set KMP_WARNINGS=false to suppress the warnings.
Differential Revision: https://reviews.llvm.org/D102676
More information about the All-commits
mailing list