Files
clang-p2996/lld/test/ELF/Inputs/znotext-copy-relocations.s
Rafael Espindola 465e7c94ed Allow copy relocation with -z notext.
This makes adjustExpr a bit simpler too IMHO.

It seems that some of the complication around relocation processing
is that we are trying to create copy relocations too early. It seems
we could handle a few simple cases first and continue.

llvm-svn: 321507
2017-12-28 00:23:49 +00:00

6 lines
57 B
ArmAsm

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