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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 14 09:10:17 PDT 2024


arsenm 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 

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


More information about the llvm-commits mailing list