[libc-commits] [libc] [libc] Only include GPU utils when targeting GPU (PR #84999)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Tue Mar 12 17:19:23 PDT 2024
jhuber6 wrote:
> I found out that this code doesn't compile on 32-bit platforms because of #85000. I'm fine going with that change and including this file unconditionally if you prefer.
Ah, interesting. Didn't know that. All the targets the GPU cares about currently are 64-bit, so it won't change anything there. But we definitely don't want it failing to compile. Thanks for catching that.
https://github.com/llvm/llvm-project/pull/84999
More information about the libc-commits
mailing list