[clang] [llvm] [SYCL] Add clang-linker-wrapper changes to call clang-sycl-linker for SYCL offloads (PR #135683)

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 16 10:59:47 PDT 2025


================
@@ -168,10 +170,10 @@ Expected<SmallVector<std::string>> getInput(const ArgList &Args) {
 /// are LLVM IR bitcode files.
 // TODO: Support SPIR-V IR files.
 Expected<std::unique_ptr<Module>> getBitcodeModule(StringRef File,
-                                                   LLVMContext &C) {
+                                                   LLVMContext &Ctx) {
----------------
jhuber6 wrote:

Unrelated change?

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


More information about the llvm-commits mailing list