summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/Inputs/protected-shared.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/Inputs/protected-shared.s')
-rw-r--r--lld/test/ELF/Inputs/protected-shared.s3
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:
OpenPOWER on IntegriCloud