[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / tools / obj2yaml / coff-bss.s
blobfed5d058714b83ab590b135b6a5195908c594933
1 # RUN: llvm-mc -filetype=obj -triple=x86_64-windows-msvc %s -o %t.obj
2 # RUN: llvm-objdump -h %t.obj | FileCheck %s
3 # RUN: obj2yaml %t.obj | yaml2obj -o %t.2.obj
4 # RUN: llvm-objdump -h %t.2.obj | FileCheck %s
6 # CHECK: Idx Name Size VMA Type
7 # CHECK: .bss 00000004 0000000000000000 BSS
9 # Before PR41836, Size would be 0 after yaml conversion.
11 .bss
12 .global gv_bss
13 gv_bss:
14 .long 0