[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.
Loading
Please sign in to comment
The UNREACHABLE macro resolves to message + trap, which may still warn, so we add call to __builtin_unreachable.