This revision was automatically updated to reflect the committed changes.
Closed by commit rC355419: Allow bundle size to be 0 in clang-offload-bundler
(authored by yaxunl, committed by ).
Herald added a project: clang.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/
ABataev accepted this revision.
ABataev added a comment.
This revision is now accepted and ready to land.
LG
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58057/new/
https://reviews.llvm.org/D58057
___
cfe-commits mailing list
cfe-commits@l
yaxunl added a comment.
Alexey, could you please also review this patch? Thanks.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58057/new/
https://reviews.llvm.org/D58057
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.
rjmccall added a comment.
I really don't understand this well enough to review.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58057/new/
https://reviews.llvm.org/D58057
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.l
yaxunl created this revision.
yaxunl added a reviewer: rjmccall.
HIP uses clang-offload-bundler to create fat binary. The bundle for host is
empty.
Currently clang-offload-bundler checks if the bundle size is 0 when unbundling.
If so it will exit without unbundling the remaining bundles. This cau