[clang] opencl: Ensure printf symbol is not mangled. (PR #150210)

2025-07-28 Thread Felix Weiglhofer via cfe-commits
fweig wrote: > Correct me if I'm wrong, but I believe `release/20.x` is now closed and no > more 20.x releases are being planned. We can backport it to 21.x if that > helps (but that won't help 20.x based environments). Thanks for the info. I'm not very familiar with LLVM release policies. Bac

[clang] opencl: Ensure printf symbol is not mangled. (PR #150210)

2025-07-28 Thread Felix Weiglhofer via cfe-commits
fweig wrote: @svenvh, could this fix be backported to the 20.x branch? It might be a while until our OpenCL runtime (PoCL) supports newer Clang versions. https://github.com/llvm/llvm-project/pull/150210 ___ cfe-commits mailing list cfe-commits@lists.l

[clang] opencl: Ensure printf symbol is not mangled. (PR #150210)

2025-07-28 Thread Felix Weiglhofer via cfe-commits
fweig wrote: Updated PR: - Fixed formatting - Used public email for commit author https://github.com/llvm/llvm-project/pull/150210 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] opencl: Ensure printf symbol is not mangled. (PR #150210)

2025-07-28 Thread Felix Weiglhofer via cfe-commits
https://github.com/fweig updated https://github.com/llvm/llvm-project/pull/150210 >From d7ef810cfc0751781751bc24ce9d1a4a6486080a Mon Sep 17 00:00:00 2001 From: Felix Weiglhofer Date: Mon, 28 Jul 2025 15:07:07 +0200 Subject: [PATCH] opencl: Ensure printf symbol is not mangled. --- clang/lib/He

[clang] opencl: Ensure printf symbol is not mangled. (PR #150210)

2025-07-23 Thread Felix Weiglhofer via cfe-commits
https://github.com/fweig created https://github.com/llvm/llvm-project/pull/150210 Fixes #122453. >From 6762eed20ceb733a240b81a4379c8c3890d4907d Mon Sep 17 00:00:00 2001 From: Felix Weiglhofer <9267733+fw...@users.noreply.github.com> Date: Mon, 21 Jul 2025 11:31:36 +0200 Subject: [PATCH] opencl: