[clang] [clang][Driver][SPIR-V] Allow linking IR using llvm-link (PR #169572)
Manuel Carrasco via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 11 09:35:52 PST 2025
================
@@ -4595,7 +4598,14 @@ void Driver::BuildDefaultActions(Compilation &C, DerivedArgList &Args,
LA->propagateHostOffloadInfo(C.getActiveOffloadKinds(),
/*BoundArch=*/nullptr);
} else {
- LA = C.MakeAction<LinkJobAction>(LinkerInputs, types::TY_Image);
+ // If we are linking but were passed -emit-llvm, we will be calling
----------------
mgcarrasco wrote:
Ty. I'm tagging @jhuber6 in case he has more feedback on this change.
https://github.com/llvm/llvm-project/pull/169572
More information about the cfe-commits
mailing list