[all-commits] [llvm/llvm-project] 7efb79: [Offload] Fix Error checking (#141939)
Ross Brunton via All-commits
all-commits at lists.llvm.org
Thu May 29 06:17:29 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7efb79b7053cec7cd712c0fede14e1478f353917
https://github.com/llvm/llvm-project/commit/7efb79b7053cec7cd712c0fede14e1478f353917
Author: Ross Brunton <ross at codeplay.com>
Date: 2025-05-29 (Thu, 29 May 2025)
Changed paths:
M offload/liboffload/src/OffloadImpl.cpp
Log Message:
-----------
[Offload] Fix Error checking (#141939)
All errors must be checked - this includes the local variable we were
using to increase the lifetime of `Res`. As we were not explicitly
checking it, it resulted in an `abort` in debug builds.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list