brintos

brintos / llvm-project-archived public Read only

0
0
Text · 486 B · a7e6da0 Raw
20 lines · plain
1// RUN: llvm-mc -filetype=obj -triple i686-pc-win32 %s -o - | llvm-readobj --symbols -r - | FileCheck %s2 3	.data4	.globl	test1_foo5test1_foo:6        .long 427 8        .globl test1_zed9test1_zed = test1_foo + 110 11// CHECK:      Symbol {12// CHECK:        Name: test1_zed13// CHECK-NEXT:   Value: 114// CHECK-NEXT:   Section: .data15// CHECK-NEXT:   BaseType: Null16// CHECK-NEXT:   ComplexType: Null17// CHECK-NEXT:   StorageClass: External18// CHECK-NEXT:   AuxSymbolCount: 019// CHECK-NEXT: }20