diff options
Diffstat (limited to 'lld/test/ELF/Inputs/protected-shared.s')
-rw-r--r-- | lld/test/ELF/Inputs/protected-shared.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lld/test/ELF/Inputs/protected-shared.s b/lld/test/ELF/Inputs/protected-shared.s new file mode 100644 index 00000000000..a4c16df7ab4 --- /dev/null +++ b/lld/test/ELF/Inputs/protected-shared.s @@ -0,0 +1,3 @@ + .global foo + .protected foo +foo: |