[clang] [HIP] use offload wrapper for non-device-only non-rdc (PR #132869)
Yaxun Liu via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 27 10:54:00 PDT 2025
================
@@ -4502,6 +4506,16 @@ void Driver::BuildActions(Compilation &C, DerivedArgList &Args,
InputArg))
break;
+ // For HIP non-rdc non-device-only compilation, create a linker wrapper
----------------
yxsamliu wrote:
yes. will do
https://github.com/llvm/llvm-project/pull/132869
More information about the cfe-commits
mailing list