================
@@ -5318,6 +5338,21 @@ Driver::BuildOffloadingActions(Compilation &C, 
llvm::opt::DerivedArgList &Args,
     DDep.add(*PackagerAction,
              *C.getOffloadToolChains<Action::OFK_HIP>().first->second,
              /*BA=*/{}, Action::OFK_HIP);
+  } else if (SYCLNoRDC) {
----------------
jhuber6 wrote:

I'm generally averse to more target specific driver code, I've been trying to 
cut down and consolidate for awhile. What is a SYCL fatbin exactly and why do 
we need special handlers for it here?

https://github.com/llvm/llvm-project/pull/218089
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to