When we have --icf=safe we should be able to define --icf=all as a shorthand for --icf=safe --ignore-function-address-equality. For now --ignore-function-address-equality is used only to control access to non preemptable symbols in shared libraries. llvm-svn: 322152
8 lines
142 B
ArmAsm
8 lines
142 B
ArmAsm
.section .rodata,"a"
|
|
.global foo
|
|
.protected foo
|
|
.type foo, @object
|
|
.size foo, 8
|
|
foo:
|
|
.quad 42
|