[all-commits] [llvm/llvm-project] 07f5cf: [OpenMP][libomptarget] Fixes possible no-return wa...
Jan Patrick Lehr via All-commits
all-commits at lists.llvm.org
Mon Nov 6 07:45:17 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 07f5cf1992e1388f94cd538810a58b49cb18c0b7
https://github.com/llvm/llvm-project/commit/07f5cf1992e1388f94cd538810a58b49cb18c0b7
Author: Jan Patrick Lehr <jplehr at users.noreply.github.com>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M openmp/libomptarget/DeviceRTL/include/Debug.h
Log Message:
-----------
[OpenMP][libomptarget] Fixes possible no-return warning (#70808)
The UNREACHABLE macro resolves to message + trap, which may still warn, so we add call to __builtin_unreachable.
More information about the All-commits
mailing list