Files
clang-p2996/lld/test/ELF/Inputs/wrap.s
Rafael Espindola 97d05f95b9 Copy the visibility in copyFrom.
This is simpler and matches bfd's behavior on the changed test.

llvm-svn: 319248
2017-11-28 23:06:09 +00:00

8 lines
126 B
ArmAsm

.global foo
.weak __wrap_foo
.protected __wrap_foo
.global __real_foo
foo = 0x11000
__wrap_foo = 0x11010
__real_foo = 0x11020