This is required to support RISC-V where the '+d' target feature
indicates the presence of the D instruction set extension, which
changes to the Hard-float 'd' ABI.
Details
Details
- Reviewers
v.g.vassilev - Commits
- rGf22795de683d: [Interpreter] Pass target features to JIT
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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.
clang/lib/Interpreter/IncrementalExecutor.h | ||
---|---|---|
34 | That's wrong, should be class TargetInfo. I'll fix this before landing if my other tests go well... |
That's wrong, should be class TargetInfo. I'll fix this before landing if my other tests go well...