Files
clang-p2996/lld/test/ELF/Inputs/version-script-weak.s
George Rimar d92e1286ed [ELF] - Fix handling of weak symbols from static library when using version script.
When version script was used, binding opf undefined weak symbols sometimes
was calculated as STB_LOCAL, making them non-preemtible what
broke correct relocations handling logic for them.

Fixes PR33738.

Differential revision: https://reviews.llvm.org/D35263

llvm-svn: 307767
2017-07-12 11:09:46 +00:00

5 lines
42 B
ArmAsm

.text
.globl foo
.type foo,@function
foo: