================ @@ -672,20 +673,34 @@ void amdgpu::getAMDGPUTargetFeatures(const Driver &D, /// AMDGPU Toolchain AMDGPUToolChain::AMDGPUToolChain(const Driver &D, const llvm::Triple &Triple, - const ArgList &Args) + const ArgList &Args, const ToolChain *HostTC_, + Action::OffloadKind Kind, + bool ShouldLinkDeviceLibs_) ---------------- jhuber6 wrote:
I don't like the `_` suffix. I thought that this should handle the shadowing correctly even if you use the same name? https://github.com/llvm/llvm-project/pull/204863 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
