This revision was automatically updated to reflect the committed changes.
Closed by commit rL358290: [HIP] Use -mlink-builtin-bitcode to link device
library (authored by yaxunl, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https
ashi1 accepted this revision.
ashi1 added a comment.
This revision is now accepted and ready to land.
LGTM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60513/new/
https://reviews.llvm.org/D60513
___
cfe-commits mailing list
cfe-commits@lis
yaxunl created this revision.
yaxunl added reviewers: tra, ashi1.
Herald added a subscriber: jdoerfert.
Use -mlink-builtin-bitcode instead of llvm-link to link
device library so that device library bitcode and user
device code can be compiled in a consistent way.
This is the same approach used by