summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/Inputs/ppc64-no-split-stack.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/Inputs/ppc64-no-split-stack.s')
-rw-r--r--lld/test/ELF/Inputs/ppc64-no-split-stack.s8
1 files changed, 8 insertions, 0 deletions
diff --git a/lld/test/ELF/Inputs/ppc64-no-split-stack.s b/lld/test/ELF/Inputs/ppc64-no-split-stack.s
new file mode 100644
index 00000000000..83717677266
--- /dev/null
+++ b/lld/test/ELF/Inputs/ppc64-no-split-stack.s
@@ -0,0 +1,8 @@
+ .abiversion 2
+ .p2align 2
+ .global nss_callee
+ .type nss_callee, @function
+nss_callee:
+ li 3, 1
+ blr
+
OpenPOWER on IntegriCloud