You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL] Check return of Expected<T> when reading section size content
Community pull down introduced Expected<T> on the return of getContents. Apply
the needed check after return to satisfy.
From the llvm manual: All Error instances, whether success or failure, must be
either checked or moved from (via std::move or a return) before they are
destructed
Signed-off-by: Michael D Toguchi <[email protected]>
0 commit comments