summaryrefslogtreecommitdiff
path: root/test/torture-s/loop-5.c.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/torture-s/loop-5.c.s')
-rw-r--r--test/torture-s/loop-5.c.s16
1 files changed, 13 insertions, 3 deletions
diff --git a/test/torture-s/loop-5.c.s b/test/torture-s/loop-5.c.s
index 0549badd7..0a98731ac 100644
--- a/test/torture-s/loop-5.c.s
+++ b/test/torture-s/loop-5.c.s
@@ -96,10 +96,20 @@ main: # @main
.size main, .Lfunc_end0-main
.type a,@object # @a
- .lcomm a,16,4
+ .section .bss.a,"aw",@nobits
+ .p2align 4
+a:
+ .skip 16
+ .size a, 16
+
.type t,@object # @t
- .lcomm t,4,2
+ .section .bss.t,"aw",@nobits
+ .p2align 2
+t:
+ .int32 0 # 0x0
+ .size t, 4
+
- .ident "clang version 3.9.0 "
+ .ident "clang version 4.0.0 "
.functype abort, void
.functype exit, void, i32