diff options
author | Joseph Huber <huberjn@outlook.com> | 2025-05-27 13:43:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-27 13:43:29 -0500 |
commit | a9b64bb3180dab6d28bf800a641f9a9ad54d2c0c (patch) | |
tree | 6f696baf36e75002239f441fea743bf59523609f /llvm/lib/IR/Module.cpp | |
parent | 20f9f1fc02c294fa98d23e1cf1b09ea6d9679145 (diff) | |
download | llvm-a9b64bb3180dab6d28bf800a641f9a9ad54d2c0c.zip llvm-a9b64bb3180dab6d28bf800a641f9a9ad54d2c0c.tar.gz llvm-a9b64bb3180dab6d28bf800a641f9a9ad54d2c0c.tar.bz2 |
[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
Diffstat (limited to 'llvm/lib/IR/Module.cpp')
0 files changed, 0 insertions, 0 deletions