summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/linkerscript/Inputs/align.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/linkerscript/Inputs/align.s')
-rw-r--r--lld/test/ELF/linkerscript/Inputs/align.s13
1 files changed, 13 insertions, 0 deletions
diff --git a/lld/test/ELF/linkerscript/Inputs/align.s b/lld/test/ELF/linkerscript/Inputs/align.s
new file mode 100644
index 00000000000..c804536aa54
--- /dev/null
+++ b/lld/test/ELF/linkerscript/Inputs/align.s
@@ -0,0 +1,13 @@
+.global _start
+_start:
+ nop
+
+.section .aaa, "a"
+.quad 0
+
+.section .bbb, "a"
+.quad 0
+
+.section .ccc, "a"
+.quad 0
+
OpenPOWER on IntegriCloud