[all-commits] [llvm/llvm-project] 498dd7: [ORC] Honor linker private global prefix on symbol...
lhames via All-commits
all-commits at lists.llvm.org
Mon Jun 15 10:28:59 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 498dd745f55b1d38e6648f425dd9c0a42c52a4cf
https://github.com/llvm/llvm-project/commit/498dd745f55b1d38e6648f425dd9c0a42c52a4cf
Author: Lang Hames <lhames at gmail.com>
Date: 2020-06-15 (Mon, 15 Jun 2020)
Changed paths:
M llvm/lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp
M llvm/test/ExecutionEngine/OrcLazy/private_linkage.ll
Log Message:
-----------
[ORC] Honor linker private global prefix on symbol names.
If a symbol name begins with the linker private global prefix (as
described by the DataLayout) then it should be treated as non-exported,
regardless of its LLVM IR visibility value.
More information about the All-commits
mailing list