Revert "[OpenMP] Add `abort` to `FATAL_MESSAGE`"
authorShilei Tian <i@tianshilei.me>
Mon, 12 Dec 2022 03:46:56 +0000 (22:46 -0500)
committerShilei Tian <i@tianshilei.me>
Mon, 12 Dec 2022 03:46:56 +0000 (22:46 -0500)
This reverts commit ac65b3c7a2ad67ce17d31dc14867dc83650f751e.

openmp/libomptarget/include/Debug.h

index 47c292c..4e7da8b 100644 (file)
@@ -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