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
6 lines
57 B
ArmAsm
6 lines
57 B
ArmAsm
.global foo
|
|
.type foo,@object
|
|
.size foo, 8
|
|
foo:
|
|
.quad 42
|