[openmp] OpenMP 5.1 omp_display_env function implementation.
authorAndreyChurbanov <andrey.churbanov@intel.com>
Wed, 4 Mar 2020 15:15:05 +0000 (18:15 +0300)
committerAndreyChurbanov <andrey.churbanov@intel.com>
Wed, 4 Mar 2020 15:15:05 +0000 (18:15 +0300)
commit95df6747cf1978aa1732d8b93af585e34cec4987
tree8dbde6c029b20ecd9f0d512de67491e048755166
parent06dac0c39aa1cb17126a3a368696f05989cae6ae
[openmp] OpenMP 5.1 omp_display_env function implementation.

Patch by Michael Klemm.

Differential Revision: https://reviews.llvm.org/D74956
12 files changed:
openmp/runtime/src/dllexports
openmp/runtime/src/include/omp.h.var
openmp/runtime/src/include/omp_lib.f.var
openmp/runtime/src/include/omp_lib.f90.var
openmp/runtime/src/include/omp_lib.h.var
openmp/runtime/src/kmp.h
openmp/runtime/src/kmp_ftn_entry.h
openmp/runtime/src/kmp_ftn_os.h
openmp/runtime/src/kmp_runtime.cpp
openmp/runtime/src/kmp_settings.cpp
openmp/runtime/src/kmp_settings.h
openmp/runtime/test/api/omp_display_env0.c [new file with mode: 0644]