Skip to content

DPC++ daily 2021-09-23

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 23 Sep 17:51
· 138688 commits to sycl since this release
5b8f3b0
[clang-offload-extract] Ignore zero padding in .tgting section (#4622)

This patch changes clang-offload-extract to ignore zero padding
when reading .tgtimg section contents. Such padding can be added
to the section by (msvc) linker.

Signed-off-by: Sergey Dmitriev <serguei.n.dmitriev@intel.com>