[all-commits] [llvm/llvm-project] 232bd3: [ORC-RT] Make the ORC runtime C API public.

lhames via All-commits all-commits at lists.llvm.org
Thu Jun 16 19:02:36 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 232bd331cbaa7e082a8d089018b12ed5d404078f
      https://github.com/llvm/llvm-project/commit/232bd331cbaa7e082a8d089018b12ed5d404078f
  Author: Lang Hames <lhames at gmail.com>
  Date:   2022-06-16 (Thu, 16 Jun 2022)

  Changed paths:
    M compiler-rt/include/CMakeLists.txt
    A compiler-rt/include/orc/c_api.h
    R compiler-rt/lib/orc/c_api.h
    M compiler-rt/lib/orc/common.h
    M compiler-rt/lib/orc/macho_ehframe_registration.cpp
    M compiler-rt/lib/orc/unittests/CMakeLists.txt
    M compiler-rt/lib/orc/unittests/c_api_test.cpp
    M compiler-rt/lib/orc/wrapper_function_utils.h

  Log Message:
  -----------
  [ORC-RT] Make the ORC runtime C API public.

This is a first step towards allowing programs to pre-link against the ORC
runtime, which would allow us to move some code that is currently in the LLVM
OrcTarget library into the ORC runtime instead.

The C API header has limited utility as-is, but serves as a minimal first step
and provides clients with tools for interacting with wrapper functions.

Reviewed By: beanz

Differential Revision: https://reviews.llvm.org/D127324




More information about the All-commits mailing list