[PATCH] D81627: [HIP] Do not call opt/llc for -fno-gpu-rdc

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 11 21:25:03 PDT 2020


yaxunl added a comment.

In D81627#2088502 <https://reviews.llvm.org/D81627#2088502>, @arsenm wrote:

> In D81627#2088500 <https://reviews.llvm.org/D81627#2088500>, @arsenm wrote:
>
> > It doesn't matter if we don't support isa linking. We should just use clang and default to -flto. LTO "just works" as is
>
>
> This is a step forward, but the lack of ISA linking shouldn't block eliminating the use of llc/opt


Agree. Will fix -fgpu-rdc in a different patch.


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

https://reviews.llvm.org/D81627





More information about the cfe-commits mailing list