Files
clang-p2996/lld/test/ELF/Inputs/protected-data-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

8 lines
142 B
ArmAsm

.section .rodata,"a"
.global foo
.protected foo
.type foo, @object
.size foo, 8
foo:
.quad 42