[PATCH] D146389: [clang-repl][CUDA] Initial interactive CUDA support for clang-repl
Vassil Vassilev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat May 20 10:08:01 PDT 2023
v.g.vassilev added a comment.
In D146389#4358358 <https://reviews.llvm.org/D146389#4358358>, @argentite wrote:
> Added some std::move fixes for Error -> Expected conversions
>
> We need to figure out a solution when NVPTX backend is not enabled. clang-repl probably should not depends on that. Example: https://lab.llvm.org/buildbot#builders/175/builds/29764
We can do `Triple::isNVPTX` and then initialize the asm printer. @lhames could have better idea.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146389/new/
https://reviews.llvm.org/D146389
More information about the cfe-commits
mailing list