This is an archive of the discontinued LLVM Phabricator instance.

[Orc][LLJIT] Use JITLink on RISC-V
ClosedPublic

Authored by Hahnfeld on Jul 4 2022, 10:35 AM.

Details

Summary

RuntimeDyld does not support RISC-V, so it makes sense to enable
JITLink by default. This also makes relocations work without support
for a large code model.

Diff Detail

Event Timeline

Hahnfeld created this revision.Jul 4 2022, 10:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 4 2022, 10:35 AM
Hahnfeld requested review of this revision.Jul 4 2022, 10:35 AM
lhames accepted this revision.Jul 4 2022, 1:33 PM

LGTM. Thanks @Hahnfeld!

This revision is now accepted and ready to land.Jul 4 2022, 1:33 PM
This revision was landed with ongoing or failed builds.Jul 4 2022, 2:10 PM
This revision was automatically updated to reflect the committed changes.