This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Set HasJIT to True when register target
AbandonedPublic

Authored by StephenFan on Aug 10 2022, 7:32 AM.

Details

Summary

Since Orc JIT has been supported on riscv32 and riscv64, Variable
HasJIT should be True; Otherwise lli would report error: Target has
no JIT support.

Diff Detail

Event Timeline

StephenFan created this revision.Aug 10 2022, 7:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 10 2022, 7:32 AM
StephenFan requested review of this revision.Aug 10 2022, 7:32 AM
StephenFan abandoned this revision.Aug 10 2022, 8:17 PM

Repeat with D131617.