[compiler-rt] [compiler-rt] Initial support for builtins on GPU targets (PR #95304)

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 14 09:22:38 PDT 2024


jhuber6 wrote:

> > Distribution is done as LLVM-IR blobs. GPUs have little backward compatibility, so linking object files is difficult.
> 
> I'd rather not bake in this assumption. We should be able to support .o and .bc builds

It's true for now at least, so we get the `.bc`. I'd love to have an actual object build though, since it would let us resolve things if we ever want the backend to be able to use these.

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


More information about the llvm-commits mailing list