[Openmp-commits] [openmp] 3eef428 - Revert "[OpenMP] Add `abort` to `FATAL_MESSAGE`"

Roman Lebedev via Openmp-commits openmp-commits at lists.llvm.org
Mon Dec 12 05:42:52 PST 2022


Reminder to please always mention the reason for the revert in the
commit message.

On Mon, Dec 12, 2022 at 6:47 AM Shilei Tian via Openmp-commits
<openmp-commits at lists.llvm.org> wrote:
>
>
> 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
>
>
>
> _______________________________________________
> Openmp-commits mailing list
> Openmp-commits at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/openmp-commits


More information about the Openmp-commits mailing list