llvm-project/lld/test/ELF/Inputs/protected-shared.s
Rafael Espindola a15fb15b05 Don't lower the visibility because of shared symbols.
If a shared library has a protected symbol 'foo', that doesn't imply
that the symbol 'foo' in the output should be protected or not.

llvm-svn: 265794
2016-04-08 16:11:42 +00:00

8 lines
97 B
ArmAsm

.global foo
.protected foo
foo:
.global bar
.protected bar
bar: