[clang] [Clang] Introduce 'clang-nvlink-wrapper' to work around 'nvlink' (PR #96561)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 22 20:22:32 PDT 2024


jhuber6 wrote:

> @jhuber6 , there is still few failed bot because of these changes
> 
>     * https://lab.llvm.org/buildbot/#/builders/193/builds/1224
> 
>     * https://lab.llvm.org/buildbot/#/builders/2/builds/2790
> 
> 
> would you fix the problem or revert the changes?

Looks like it's complaining about the const-ness of the value decomposition? It's fine one my end so I don't know if it's a Windows thing, I'll just try putting `const` there and seeing if that fixes it.

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


More information about the cfe-commits mailing list