[all-commits] [llvm/llvm-project] f75e04: [llvm-jitlink] Add -show-init-es option to dump in...
lhames via All-commits
all-commits at lists.llvm.org
Sat Mar 14 16:34:13 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f75e04bc93fb41bfe47be08a8d793066d215c944
https://github.com/llvm/llvm-project/commit/f75e04bc93fb41bfe47be08a8d793066d215c944
Author: Lang Hames <lhames at gmail.com>
Date: 2020-03-14 (Sat, 14 Mar 2020)
Changed paths:
M llvm/tools/llvm-jitlink/llvm-jitlink.cpp
Log Message:
-----------
[llvm-jitlink] Add -show-init-es option to dump initial ExecutionSession state.
Inspecting this state can be helpful when debugging jit-linking testcases.
Commit: b64afadf306f284a684ee656c6eefbd43c192c8d
https://github.com/llvm/llvm-project/commit/b64afadf306f284a684ee656c6eefbd43c192c8d
Author: Lang Hames <lhames at gmail.com>
Date: 2020-03-14 (Sat, 14 Mar 2020)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
M llvm/lib/ExecutionEngine/Orc/Mangling.cpp
A llvm/test/ExecutionEngine/JITLink/X86/Inputs/MachO_linker_private_def.s
A llvm/test/ExecutionEngine/JITLink/X86/MachO_linker_private_symbols.s
Log Message:
-----------
[JITLink][MachO] Treat linker private symbols as hidden rather than private.
Linker-private symbols should be resolvable across object file boundaries.
Compare: https://github.com/llvm/llvm-project/compare/2ddfac060703...b64afadf306f
More information about the All-commits
mailing list