[all-commits] [llvm/llvm-project] 34fccf: [ORC-RT] Remove the '__' prefix from the ORC runti...
lhames via All-commits
all-commits at lists.llvm.org
Tue Feb 21 18:37:32 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 34fccfb23c47fe5b12bbd8bd970d3ad31d869d62
https://github.com/llvm/llvm-project/commit/34fccfb23c47fe5b12bbd8bd970d3ad31d869d62
Author: Lang Hames <lhames at gmail.com>
Date: 2023-02-21 (Tue, 21 Feb 2023)
Changed paths:
M compiler-rt/include/orc_rt/c_api.h
M compiler-rt/lib/orc/coff_platform.cpp
M compiler-rt/lib/orc/common.h
M compiler-rt/lib/orc/dlfcn_wrapper.cpp
M compiler-rt/lib/orc/elfnix_platform.cpp
M compiler-rt/lib/orc/macho_platform.cpp
M compiler-rt/lib/orc/run_program_wrapper.cpp
M compiler-rt/lib/orc/tests/unit/c_api_test.cpp
M compiler-rt/lib/orc/tests/unit/wrapper_function_utils_test.cpp
M compiler-rt/lib/orc/wrapper_function_utils.h
Log Message:
-----------
[ORC-RT] Remove the '__' prefix from the ORC runtime's public API.
The '__' prefix should only be used for the parts of the ORC runtime that
implement compiler / loader runtime details (e.g. ORC-RT's __tlv_get_addr
implementations).
This patch only fixes the public API. Future changes will fix internal names.
More information about the All-commits
mailing list