yaxunl added a comment.

Here we are looking at the code which emulates a "linker" for HIP toolchain. 
The offloading action builder requests the offloading toolchain have a linker, 
but amdgpu does not have a real linker (ISA level linker), so we have to 
emulate that. If we have an ISA level linker we can get rid of all these stuff, 
but I don't think that will happen in short time.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59316/new/

https://reviews.llvm.org/D59316



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to