This is an archive of the discontinued LLVM Phabricator instance.

[ORC] Support COFF orc platform in LLJIT.
AbandonedPublic

Authored by sunho on Sep 25 2022, 12:58 PM.

Details

Reviewers
lhames
Summary

Supports COFF orc platform in LLJIT and share some orc platform setup code from lli to general orc codebase.

Diff Detail

Event Timeline

sunho created this revision.Sep 25 2022, 12:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 25 2022, 12:58 PM
sunho requested review of this revision.Sep 25 2022, 12:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 25 2022, 12:58 PM
sunho updated this revision to Diff 464847.Oct 3 2022, 4:05 PM

Fix test failure. Separate out the platform instance setup part in order to load orc runtime when JIT instance is fully configured. (e.g. in-process symbol generator is set up)

sunho abandoned this revision.Aug 20 2023, 11:51 PM