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

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 13 09:45:03 PDT 2024


jhuber6 wrote:

@compnerd Okay, I figured out my original problem. So, in https://github.com/llvm/llvm-project/pull/95234 the reason I stopped seeing the issue was because I moved to using `DEFAULT_TARGET_ONLY` mode. The `test_target_architecture` version uses this `simple.cc` which then fails due to the `printf`. I think it should be fine to build this if the user has a compatible `clang`, so maybe I should revive that patch?

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


More information about the llvm-commits mailing list