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