diff options
author | Stefan Gränitz <stefan.graenitz@gmail.com> | 2021-02-26 13:11:57 +0100 |
---|---|---|
committer | Stefan Gränitz <stefan.graenitz@gmail.com> | 2021-02-26 13:13:05 +0100 |
commit | 406ef36b03f911014018ba7ee1d3259567b14575 (patch) | |
tree | f92ff5bcce4c0f4a9de9fb0f11fdbbd137aa5fa6 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 7ac4c956afa2587cf19c96993a6cfa693a6de532 (diff) | |
download | llvm-406ef36b03f911014018ba7ee1d3259567b14575.zip llvm-406ef36b03f911014018ba7ee1d3259567b14575.tar.gz llvm-406ef36b03f911014018ba7ee1d3259567b14575.tar.bz2 |
[Orc] Use extensible RTTI for the orc::ObjectLayer class hierarchy
So far we had no way to distinguish between JITLink and RuntimeDyld in lli. Instead, we used implicit knowledge that RuntimeDyld would be used for linking ELF. In order to get D97337 to work with lli though, we have to move on and allow JITLink for ELF. This patch uses extensible RTTI to allow external clients to add their own layers without touching the LLVM sources.
Reviewed By: lhames
Differential Revision: https://reviews.llvm.org/D97338
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions