mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
there is no need to emit a .section above .comm on linux.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93842 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e1e0f485f9
commit
129e1872c2
@ -6,7 +6,6 @@
|
||||
@G1 = common global i32 0
|
||||
|
||||
; LINUX: .type G1,@object
|
||||
; LINUX: .section .gnu.linkonce.b.G1,"aw",@nobits
|
||||
; LINUX: .comm G1,4,4
|
||||
|
||||
; DARWIN: .comm _G1,4,2
|
||||
|
Loading…
x
Reference in New Issue
Block a user