diff options
author | Lang Hames <lhames@gmail.com> | 2023-04-17 15:26:28 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2023-04-17 16:41:00 +0000 |
commit | 85c649bc02a6605f541b09b33a200a78275ed90f (patch) | |
tree | 78b587cd6fea1fdd69eb63b149b9f66b9c62ab80 /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | |
parent | 2cd15925f4485fc618bc33c1337e1b6f63d84ef6 (diff) | |
download | llvm-85c649bc02a6605f541b09b33a200a78275ed90f.zip llvm-85c649bc02a6605f541b09b33a200a78275ed90f.tar.gz llvm-85c649bc02a6605f541b09b33a200a78275ed90f.tar.bz2 |
[ORC][LLJIT] Use JITLink by default on ELF/x86-64.
This patch switches LLJIT's default JIT linker for ELF/x86-64 from RuntimeDyld
to JITLink.
Most clients should not be affected, but if you were explicitly accessing the
old RTDyldObjectLinkingLayer (e.g. to install JITEventListeners) you will need
to either force use of RuntimeDyld (following the example in
llvm/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer), or switch to
using JITLink plugins instead.
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp')
0 files changed, 0 insertions, 0 deletions