We currently don't do a good job of diagnosing inputs that would require dynamic relocations to be applied to read only segments. I am about to improve lld in that area, but unfortunately we developed tests that depend on the current behavior. To make clear what is actually changing, this first patch just updates tests to not depend on the current behavior. In most cases this just means using a rw section instead of a ro one, but that unfortunately changes many addresses. llvm-svn: 268145
15 lines
181 B
ArmAsm
15 lines
181 B
ArmAsm
.data
|
|
.quad default
|
|
|
|
.protected protected
|
|
.quad protected
|
|
|
|
.hidden hidden
|
|
.quad hidden
|
|
|
|
.internal internal
|
|
.quad internal
|
|
|
|
.hidden protected_with_hidden
|
|
.quad protected_with_hidden
|