[PATCH] D141440: [OpenMP] Adjust phases for AMDGPU offloading for OpenMP in save-temps mode

Joseph Huber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 11 05:18:00 PST 2023


jhuber6 added inline comments.


================
Comment at: clang/lib/Driver/Driver.cpp:4411
         ++TCAndArch;
       }
     }
----------------
JonChesterfield wrote:
> Why is rdc involved here?
HIP goes straight through a separate linker phase in non-RDC mode. Setting the type here would prevent that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141440



More information about the cfe-commits mailing list