Files
clang-p2996/lld/test/ELF/linkerscript/Inputs/provide-shared.s
Rafael Espindola 279e5fa715 Add missing test. NFC.
We had no tests for what PROVIDE should do if there is a shared symbol
with the same name.

In both bfd and our existing implementation PROVIDE wins. Add a test
for that.

llvm-svn: 319486
2017-11-30 22:29:14 +00:00

6 lines
90 B
ArmAsm

.global foo
.size foo, 8
.type foo, @object
foo:
.quad 42