brintos

brintos / llvm-project-archived public Read only

0
0
Text · 449 B · 8e52ba6 Raw
16 lines · plain
1# REQUIRES: x86-registered-target2# RUN: llvm-mc -filetype=obj -triple=x86_64-windows-msvc %s -o %t.obj3# RUN: llvm-objdump -h %t.obj | FileCheck %s4# RUN: obj2yaml %t.obj | yaml2obj -o %t.2.obj5# RUN: llvm-objdump -h %t.2.obj | FileCheck %s6 7# CHECK: Idx Name          Size     VMA          Type8# CHECK:     .bss          00000004 0000000000000000 BSS9 10# Before PR41836, Size would be 0 after yaml conversion.11 12.bss13.global gv_bss14gv_bss:15.long 016