28 lines · plain
1// RUN: llvm-mc -triple x86_64-apple-darwin10 %s -filetype=obj -save-temp-labels -o - | llvm-readobj --symbols - | FileCheck %s2 3_f0:4 .long 05L0:6 .long 07 8// CHECK: Symbols [9// CHECK: Symbol {10// CHECK: Name: _f0 (1)11// CHECK: Type: Section (0xE)12// CHECK: Section: __text (0x1)13// CHECK: RefType: UndefinedNonLazy (0x0)14// CHECK: Flags [ (0x0)15// CHECK: ]16// CHECK: Value: 0x017// CHECK: }18// CHECK: Symbol {19// CHECK: Name: L0 (5)20// CHECK: Type: Section (0xE)21// CHECK: Section: __text (0x1)22// CHECK: RefType: UndefinedNonLazy (0x0)23// CHECK: Flags [ (0x0)24// CHECK: ]25// CHECK: Value: 0x426// CHECK: }27// CHECK: ]28