aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorStefan Gränitz <stefan.graenitz@gmail.com>2021-02-26 13:11:57 +0100
committerStefan Gränitz <stefan.graenitz@gmail.com>2021-02-26 13:13:05 +0100
commit406ef36b03f911014018ba7ee1d3259567b14575 (patch)
treef92ff5bcce4c0f4a9de9fb0f11fdbbd137aa5fa6 /clang/lib/Frontend/CompilerInvocation.cpp
parent7ac4c956afa2587cf19c96993a6cfa693a6de532 (diff)
downloadllvm-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