[all-commits] [llvm/llvm-project] b64482: [libomptarget] Fix CUDA plugin build regression
Ulrich Weigand via All-commits
all-commits at lists.llvm.org
Wed Mar 6 12:02:16 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b64482e23eefaef7738fde35d0b7c4174aaa6597
https://github.com/llvm/llvm-project/commit/b64482e23eefaef7738fde35d0b7c4174aaa6597
Author: Ulrich Weigand <ulrich.weigand at de.ibm.com>
Date: 2024-03-06 (Wed, 06 Mar 2024)
Changed paths:
M openmp/libomptarget/plugins-nextgen/cuda/src/rtl.cpp
Log Message:
-----------
[libomptarget] Fix CUDA plugin build regression
After 3ecd38c8e, the Handler.getELFObjectFile routine is no
longer available. Call ELF64LEObjectFile::create directly,
which should always be suitable for CUDA images.
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