forked from OSchip/llvm-project
parent
7aae2f23c8
commit
f486beab7e
|
@ -1,11 +1,12 @@
|
|||
.text
|
||||
.type x,@object
|
||||
.bss
|
||||
|
||||
.type x,@object
|
||||
.globl x
|
||||
.align 4
|
||||
x:
|
||||
.long 0
|
||||
.size x, 4
|
||||
|
||||
.type y,@object
|
||||
.globl y
|
||||
.align 4
|
||||
|
|
Loading…
Reference in New Issue