The ORC runtime provides executor-side support code for the LLVM ORC APIs.
.. toctree:: :titlesonly: Building-orc-rt
The ORC Runtime is a new, experimental project. It is being actively developed, and neither the ABI nor API are stable. LLVM ORC API clients should be careful to use an ORC Runtime from the same build as their LLVM ORC libraries.
The following minimum compiler versions are strongly recommended.
Anything older may work.
First please review our Developer's Policy and Getting started with LLVM.
Bug Reports
If you think you've found a bug in the ORC Runtime, please report it using the LLVM bug tracker. Please use the tag “orc-rt” for new threads.
Patches
If you want to contribute a patch to th ORC runtime, please start by reading the LLVM documentation about contributing.
Discussion and Questions