[all-commits] [llvm/llvm-project] 3e04ad: [ORC-RT] Remove double underscore from the orc_rt ...
Lang Hames via All-commits
all-commits at lists.llvm.org
Mon Sep 9 01:04:55 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3e04ad428313dde40c779af6d675b162e150125e
https://github.com/llvm/llvm-project/commit/3e04ad428313dde40c779af6d675b162e150125e
Author: Lang Hames <lhames at gmail.com>
Date: 2024-09-09 (Mon, 09 Sep 2024)
Changed paths:
M compiler-rt/lib/orc/adt.h
M compiler-rt/lib/orc/bitmask_enum.h
M compiler-rt/lib/orc/coff_platform.cpp
M compiler-rt/lib/orc/coff_platform.h
M compiler-rt/lib/orc/debug.cpp
M compiler-rt/lib/orc/debug.h
M compiler-rt/lib/orc/dlfcn_wrapper.cpp
M compiler-rt/lib/orc/elfnix_platform.cpp
M compiler-rt/lib/orc/elfnix_platform.h
M compiler-rt/lib/orc/endianness.h
M compiler-rt/lib/orc/error.h
M compiler-rt/lib/orc/executor_address.h
M compiler-rt/lib/orc/executor_symbol_def.h
M compiler-rt/lib/orc/extensible_rtti.cpp
M compiler-rt/lib/orc/extensible_rtti.h
M compiler-rt/lib/orc/interval_map.h
M compiler-rt/lib/orc/interval_set.h
M compiler-rt/lib/orc/macho_platform.cpp
M compiler-rt/lib/orc/macho_platform.h
M compiler-rt/lib/orc/run_program_wrapper.cpp
M compiler-rt/lib/orc/simple_packed_serialization.h
M compiler-rt/lib/orc/stl_extras.h
M compiler-rt/lib/orc/string_pool.h
M compiler-rt/lib/orc/wrapper_function_utils.h
Log Message:
-----------
[ORC-RT] Remove double underscore from the orc_rt namespace.
We should use `orc_rt` as the public C++ API namespace for the ORC runtime and
control symbol visibility to hide implementation details, rather than rely on
the '__' prefix.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list