This is an archive of the discontinued LLVM Phabricator instance.

[orc] Add support for LLVM RTTI to LLJIT and LLLayzJIT
AbandonedPublic

Authored by lxsameer on Feb 12 2022, 4:44 AM.

Details

Reviewers
lhames
Summary

With this patch it would be possible to use llvm's RTTI utilities with LLJIT and LLLazyJIT and dynamically cast a LLJIT pointer (that points to a LLLazyJIT) to a LLLazyJIT pointer.

Diff Detail

Unit TestsFailed

Event Timeline

lxsameer requested review of this revision.Feb 12 2022, 4:44 AM
lxsameer created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 12 2022, 4:44 AM
lxsameer abandoned this revision.Feb 13 2022, 2:01 PM