[all-commits] [llvm/llvm-project] ae95ce: [OpenMP] Consolidate error handling and debug mess...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue Sep 1 12:29:03 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ae95ceeb8f98d81f615c69da02f73b5ee6b1519a
https://github.com/llvm/llvm-project/commit/ae95ceeb8f98d81f615c69da02f73b5ee6b1519a
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2020-09-01 (Tue, 01 Sep 2020)
Changed paths:
A openmp/libomptarget/include/Debug.h
M openmp/libomptarget/include/omptarget.h
M openmp/libomptarget/plugins/amdgpu/src/rtl.cpp
M openmp/libomptarget/plugins/common/elf_common.c
M openmp/libomptarget/plugins/cuda/src/rtl.cpp
M openmp/libomptarget/plugins/generic-elf-64bit/src/rtl.cpp
M openmp/libomptarget/plugins/ve/src/rtl.cpp
M openmp/libomptarget/src/api.cpp
M openmp/libomptarget/src/interface.cpp
M openmp/libomptarget/src/omptarget.cpp
M openmp/libomptarget/src/private.h
M openmp/libomptarget/src/rtl.cpp
Log Message:
-----------
[OpenMP] Consolidate error handling and debug messages in Libomptarget
Summary:
This patch consolidates the error handling and messaging routines to a single
file omptargetmessage. The goal is to simplify the error handling interface
prior to adding more error handling support
Reviewers: jdoerfert grokos ABataev AndreyChurbanov ronlieb JonChesterfield ye-luo tianshilei1992
Subscribers: danielkiss guansong jvesely kerbowa nhaehnle openmp-commits sstefan1 yaxunl
More information about the All-commits
mailing list