[all-commits] [llvm/llvm-project] c87d19: [ORC] Switch to new visibility macros for JIT debu...
Thomas Fransham via All-commits
all-commits at lists.llvm.org
Thu Nov 7 07:12:02 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c87d198cd964f37343083848f8fdd58bb0b00156
https://github.com/llvm/llvm-project/commit/c87d198cd964f37343083848f8fdd58bb0b00156
Author: Thomas Fransham <tfransham at gmail.com>
Date: 2024-11-07 (Thu, 07 Nov 2024)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.cpp
M llvm/tools/lli/lli.cpp
M llvm/tools/llvm-jitlink/llvm-jitlink-executor/llvm-jitlink-executor.cpp
Log Message:
-----------
[ORC] Switch to new visibility macros for JIT debug symbols (#113848)
Use LLVM_ALWAYS_EXPORT for __jit_debug_descriptor and
__jit_debug_register_code so there exported even if LLVM is not built as
a shared library.
This is part of the work to enable LLVM_BUILD_LLVM_DYLIB and plugins on
windows #109483.
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