[clang] [Clang] Lift HIPSPV onto the new offload driver (PR #168043)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 28 08:24:55 PST 2025


Henry =?utf-8?q?Linjamäki?= <henry.mikael.linjamaki at intel.com>,
Henry =?utf-8?q?Linjamäki?= <henry.linjamaki at tuni.fi>,
Henry =?utf-8?q?Linjamäki?= <henry.linjamaki at tuni.fi>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/168043 at github.com>


================
@@ -9051,6 +9051,7 @@ void LinkerWrapper::ConstructJob(Compilation &C, const JobAction &JA,
       OPT_v,
       OPT_cuda_path_EQ,
       OPT_rocm_path_EQ,
+      OPT_hip_path_EQ,
----------------
jhuber6 wrote:

Interesting, I've never seen uses of `--hip-path` separate from that and I don't know why we have it, but I guess if it's necessary and it's already an option it's innocuous enough.

https://github.com/llvm/llvm-project/pull/168043


More information about the cfe-commits mailing list