[clang] [llvm] [SYCL] Add clang-linker-wrapper changes to call clang-sycl-linker for SYCL offloads (PR #135683)
Arvind Sudarsanam via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 16 11:10:09 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) {
----------------
asudarsa wrote:
Yes. I was changing C to Ctx in a 'related' code change and I decided to do it everywhere. Just for better readability. Hope its' ok.
Thanks
https://github.com/llvm/llvm-project/pull/135683
More information about the llvm-commits
mailing list