[PATCH] D128853: [Interpreter] Pass target features to JIT
Jonas Hahnfeld via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 29 13:45:49 PDT 2022
Hahnfeld added a comment.
In D128853#3620342 <https://reviews.llvm.org/D128853#3620342>, @v.g.vassilev wrote:
> Looks good to me but can we add a test? Do we have builders with that target?
In principle, this is visible in *every* usage of `clang-repl`, including the existing tests such as `clang/test/Interpreter/execute.cpp`. However, there's more needed to make RISC-V work so it won't pass right now even if it was run.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128853/new/
https://reviews.llvm.org/D128853
More information about the cfe-commits
mailing list