[PATCH] D127324: [ORC-RT] Make the ORC runtime C API public.

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 8 10:42:20 PDT 2022


lhames created this revision.
lhames added reviewers: phosek, beanz.
Herald added subscribers: Enna1, StephenFan, mgorny.
Herald added a project: All.
lhames requested review of this revision.
Herald added a project: Sanitizers.
Herald added a subscriber: Sanitizers.

This will be the first public header for the ORC runtime, so I'm posting this
for review to make sure I've set it up more-or-less correctly.

The long term aim is to make more ORC runtime headers public so that executors
can access the runtime directly (rather than it only being visible to JIT'd
code).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D127324

Files:
  compiler-rt/include/CMakeLists.txt
  compiler-rt/include/orc/c_api.h
  compiler-rt/lib/orc/c_api.h
  compiler-rt/lib/orc/common.h
  compiler-rt/lib/orc/macho_ehframe_registration.cpp
  compiler-rt/lib/orc/unittests/CMakeLists.txt
  compiler-rt/lib/orc/wrapper_function_utils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127324.435247.patch
Type: text/x-patch
Size: 10637 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220608/ab103235/attachment.bin>


More information about the llvm-commits mailing list