brintos

brintos / llvm-project-archived public Read only

0
0
Text · 452 B · 5c1e740 Raw
16 lines · plain
1// RUN: llvm-mc -triple x86_64-pc-win32 -filetype=obj %s | llvm-objdump -s -t - | FileCheck %s2.text3foo:4  ret5bar:6  ret7.data8.symidx	bar9.symidx	foo10 11// CHECK:      SYMBOL TABLE:12// CHECK:      [ [[FOO:[1-9]]]](sec  1)(fl 0x00)(ty   0)(scl   3) (nx 0) 0x00000000 foo13// CHECK-NEXT: [ [[BAR:[1-9]]]](sec  1)(fl 0x00)(ty   0)(scl   3) (nx 0) 0x00000001 bar14// CHECK:      Contents of section .data:15// CHECK-NEXT:  0000 0[[BAR]]000000 0[[FOO]]00000016