[clang] [Clang] Rework creating offloading toolchains (PR #125556)
Harald van Dijk via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 23 04:51:31 PDT 2025
hvdijk wrote:
> This broke compilation with Xcode Clang 12 (roughly corresponding to upstream Clang 10):
It's not limited to that, I was seeing it too, it's breaking on 32-bit targets with older compilers that do not implicitly move between non-identical types. I've pushed the obvious fix.
https://github.com/llvm/llvm-project/pull/125556
More information about the cfe-commits
mailing list