summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/Inputs/protected-shared.s
blob: 5f4b1daf63cc878947138104a49e70383800714c (plain)
1
2
3
4
5
6
7
8
9
10
        .global foo
        .protected foo
foo:

        .global bar
        .protected bar
bar:

        .global zed
zed:
OpenPOWER on IntegriCloud