Unverified Commit e4f0829d authored by Stefan Gränitz's avatar Stefan Gränitz Committed by GitHub
Browse files

[Orc] Let LLJIT default to JITLink for ELF-based ARM targets (#77313)

The JITLink AArch32 backend reached feature-parity with RuntimeDyld
on ELF-based systems. This patch changes the default JIT-linker in Orc's
LLJIT for these platforms.

This allows us to run clang-repl with JITLink on ARM and use all the
features we had with RuntimeDyld before. All existing tests for
clang-repl are passing.
parent 15fdc764
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment