[ORC-RT] Make the ORC runtime C API public.This is a first step towards allowing programs to pre-link against the ORCruntime, which would allow us to move some code that is currently in the LLVMO
[ORC-RT] Make the ORC runtime C API public.This is a first step towards allowing programs to pre-link against the ORCruntime, which would allow us to move some code that is currently in the LLVMOrcTarget library into the ORC runtime instead.The C API header has limited utility as-is, but serves as a minimal first stepand provides clients with tools for interacting with wrapper functions.Reviewed By: beanzDifferential Revision: https://reviews.llvm.org/D127324
show more ...