[PATCH] D59316: [HIP-Clang] propagate -mllvm options to opt and llc

Matt Arsenault via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 13 13:25:34 PDT 2019


arsenm added a comment.

In D59316#1427996 <https://reviews.llvm.org/D59316#1427996>, @ashi1 wrote:

> Hi Matt, that solution will need refactoring and testing. Currently, HIP-Clang is following the same link flow as HCC


HCC is also an issue. I really want effort put into fixing this rather than a halfway solution that will make it easier to continue deferring a real fix. I started on step 1 a long time ago (D59321 <https://reviews.llvm.org/D59321>). Step 2 is to fix this to behave like the CudaToolchain handling instead of invoking the tools. Pretty much everything should be how that already does this, except for the minor details


Repository:
  rC Clang

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

https://reviews.llvm.org/D59316





More information about the cfe-commits mailing list