summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/Inputs/visibility.s
blob: fe7cd9a49e7e2da45efa7fda130a17a0bc5494e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.data
.quad default

.protected protected
.quad protected

.hidden hidden
.quad hidden

.internal internal
.quad internal

.hidden protected_with_hidden
.quad protected_with_hidden
OpenPOWER on IntegriCloud