[all-commits] [llvm/llvm-project] a6f9cb: [OpenMP] Add runtime interface for OpenMP 5.1 erro...
Hansang Bae via All-commits
all-commits at lists.llvm.org
Tue Mar 16 06:56:45 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a6f9cb6adc591d19a6c43234245de1e2048ed373
https://github.com/llvm/llvm-project/commit/a6f9cb6adc591d19a6c43234245de1e2048ed373
Author: Hansang Bae <hansang.bae at intel.com>
Date: 2021-03-16 (Tue, 16 Mar 2021)
Changed paths:
M openmp/runtime/src/dllexports
M openmp/runtime/src/i18n/en_US.txt
M openmp/runtime/src/include/omp-tools.h.var
M openmp/runtime/src/kmp.h
M openmp/runtime/src/kmp_csupport.cpp
M openmp/runtime/src/ompt-event-specific.h
M openmp/runtime/test/ompt/callback.h
A openmp/runtime/test/ompt/misc/runtime_error.c
Log Message:
-----------
[OpenMP] Add runtime interface for OpenMP 5.1 error directive
The proposed new interface is for supporting `at(execution)` clause in the
error directive.
Differential Revision: https://reviews.llvm.org/D98448
More information about the All-commits
mailing list