This is an archive of the discontinued LLVM Phabricator instance.

[HIP] Let clang-offload-bundler support HIP
ClosedPublic

Authored by yaxunl on May 4 2018, 2:12 PM.

Details

Summary

When bundle/unbundle intermediate files for HIP, there may be multiple
sub archs, therefore BoundArch needs to be included in the target
and output file names for clang-offload-bundler.

Diff Detail

Repository
rC Clang

Event Timeline

yaxunl created this revision.May 4 2018, 2:12 PM
rjmccall accepted this revision.May 4 2018, 9:00 PM

LGTM.

This revision is now accepted and ready to land.May 4 2018, 9:00 PM
This revision was automatically updated to reflect the committed changes.