llvm
llvm copied to clipboard
[SYCL] no exceptions leaking from destructors
Destructors are implicitly noexcept, so we must ensure they don't actually throw exceptions. No change to API or ABI with this PR.