[Openmp-commits] [openmp] 3eef428 - Revert "[OpenMP] Add `abort` to `FATAL_MESSAGE`"
Shilei Tian via Openmp-commits
openmp-commits at lists.llvm.org
Sun Dec 11 19:47:03 PST 2022
Author: Shilei Tian
Date: 2022-12-11T22:46:56-05:00
New Revision: 3eef428948e13a0012e0579fe16c3b13b68a5faf
URL: https://github.com/llvm/llvm-project/commit/3eef428948e13a0012e0579fe16c3b13b68a5faf
DIFF: https://github.com/llvm/llvm-project/commit/3eef428948e13a0012e0579fe16c3b13b68a5faf.diff
LOG: Revert "[OpenMP] Add `abort` to `FATAL_MESSAGE`"
This reverts commit ac65b3c7a2ad67ce17d31dc14867dc83650f751e.
Added:
Modified:
openmp/libomptarget/include/Debug.h
Removed:
################################################################################
diff --git a/openmp/libomptarget/include/Debug.h b/openmp/libomptarget/include/Debug.h
index 47c292c5744e..4e7da8b7d53f 100644
--- a/openmp/libomptarget/include/Debug.h
+++ b/openmp/libomptarget/include/Debug.h
@@ -128,7 +128,6 @@ inline uint32_t getDebugLevel() {
do { \
fprintf(stderr, GETNAME(TARGET_NAME) " error: "); \
fprintf(stderr, __VA_ARGS__); \
- abort(); \
} while (0)
/// Print a generic information string used if LIBOMPTARGET_INFO=1
More information about the Openmp-commits
mailing list