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
6 lines
89 B
ArmAsm
6 lines
89 B
ArmAsm
.global foo
|
|
.protected foo
|
|
.type foo, @function
|
|
foo:
|
|
ret
|