This is the first set of changes for eliminating OpenMP linker script that adds new clang-offload-wrapper tool (please see https://reviews.llvm.org/D64943 for more details). This tool takes device images as input and produces a wrapper bit-code file which contains device images as data and offload registration code that registers the binaries in OpenMP offloading runtime at startup.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This patch is no longer relevant since it was agreed to split https://reviews.llvm.org/D64943 into pieces in a different way.