1 // RUN
: llvm-mc
-filetype
=obj
-triple x86_64-pc-linux-gnu
%s
-o
- | llvm-readobj
-S | FileCheck
%s
3 // Test local common construction.
4 // Unlike gas
, common symbols are created when found
, not at the end of
.bss.
5 // In this example it causes
.bss to have size 8 instead of 9.
16 // CHECK-NEXT
: Flags
[
18 // CHECK-NEXT
: Address
:
19 // CHECK-NEXT
: Offset
:
20 // CHECK-NEXT
: Size
: 8
23 // CHECK-NEXT
: AddressAlignment
:
24 // CHECK-NEXT
: EntrySize
: