[Openmp-commits] [openmp] [OpenMP][libomptarget] Fixes possible no-return warning (PR #70808)
Shilei Tian via Openmp-commits
openmp-commits at lists.llvm.org
Wed Nov 1 08:40:26 PDT 2023
shiltian wrote:
Since you want to get rid of the compiler warnings, in the worst case you can do `__builtin_unreachable` followed by trap.
https://github.com/llvm/llvm-project/pull/70808
More information about the Openmp-commits
mailing list