[all-commits] [llvm/llvm-project] 3b1f17: [JITLink][ELF/x86-64] Add support for weak and hid...
lhames via All-commits
all-commits at lists.llvm.org
Fri Jan 22 01:56:36 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3b1f17ca5498e17655ce531f13f1e8c2cf37058d
https://github.com/llvm/llvm-project/commit/3b1f17ca5498e17655ce531f13f1e8c2cf37058d
Author: Lang Hames <lhames at gmail.com>
Date: 2021-01-22 (Fri, 22 Jan 2021)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
M llvm/lib/ExecutionEngine/JITLink/JITLink.cpp
A llvm/test/ExecutionEngine/JITLink/X86/ELF_weak_definitions.s
A llvm/test/ExecutionEngine/JITLink/X86/Inputs/ELF_weak_defs_extra.s
Log Message:
-----------
[JITLink][ELF/x86-64] Add support for weak and hidden symbols.
More information about the All-commits
mailing list