Files
clang-p2996/lld/test/ELF/Inputs/protected-function-access.s
Rafael Espindola b5506e6baf Rename --icf-data and add a corresponding flag for functions.
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
2018-01-10 01:37:36 +00:00

6 lines
89 B
ArmAsm

.global foo
.protected foo
.type foo, @function
foo:
ret