Files
llvm/offload/unittests/OffloadAPI
Joseph Huber a9b64bb318 [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
2025-05-27 13:43:29 -05:00
..