llvm-project
a9b64bb3 - [Offload] Fix segfault when looking for host device name (#141632)

Commit
272 days ago
[Offload] Fix segfault when looking for host device name (#141632) Summary: This is done using the generic device into pointe, but no such thing exists for the host device, leading to a segfault. This patch fixes that for now, but in the future we should probably be more careful in general handling the possibility that the handle is null everywhere. Fixes: https://github.com/llvm/llvm-project/issues/141434
Author
Parents
Loading