[PATCH] D97338: [Orc] Add LLVM-style RTTI for orc::ObjectLayer
Lang Hames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 23 14:48:05 PST 2021
lhames requested changes to this revision.
lhames added a comment.
This revision now requires changes to proceed.
We should use `ExtensibleRTTI.h` for this. Performance is a non-issue here, and I would like clients to be able to supply their own reference linking layers (e.g. one that just calls out to ld then dlopens).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97338/new/
https://reviews.llvm.org/D97338
More information about the llvm-commits
mailing list