This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Re-enable JIT support
ClosedPublic

Authored by Hahnfeld on Aug 10 2022, 1:35 PM.

Details

Summary

Commit rG8922adf646 recently made JITTargetMachineBuilder honor the hasJIT property of the target. LLVM supports just-in-time compilation on RISC-V, so set the flag.

Diff Detail

Event Timeline

Hahnfeld created this revision.Aug 10 2022, 1:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 10 2022, 1:35 PM
Hahnfeld requested review of this revision.Aug 10 2022, 1:35 PM
This revision is now accepted and ready to land.Aug 10 2022, 8:16 PM
This revision was automatically updated to reflect the committed changes.