forked from OSchip/llvm-project
fbcb1ee7f3
The previous path changed the linker wrapper to embed the offloading binary format inside the target image instead. This will allow us to more generically bundle metadata with these images, such as requires clauses or the target architecture it was compiled for. I wasn't sure how to handle this best, so I introduced a new type that replaces the old `__tgt_device_image` struct that we can expand inside the runtime library. I made the new `__tgt_device_binary` struct pretty much the same for now. In the future we could change this struct to pretty much be the `OffloadBinary` class in the future. Reviewed By: JonChesterfield Differential Revision: https://reviews.llvm.org/D127432 |
||
---|---|---|
.. | ||
Debug.h | ||
DeviceEnvironment.h | ||
ExclusiveAccess.h | ||
SourceInfo.h | ||
device.h | ||
dlwrap.h | ||
interop.h | ||
omptarget.h | ||
omptargetplugin.h | ||
rtl.h |