1 # RUN: yaml2obj %s > %t
2 # RUN: llvm-readobj -symbols %t | FileCheck %s
18 #CHECK-NEXT: Name: (0)
19 #CHECK-NEXT: Value: 0x0
21 #CHECK-NEXT: Binding: Local (0x0)
22 #CHECK-NEXT: Type: None (0x0)
24 #CHECK-NEXT: Section: Undefined (0x0)
27 #CHECK-NEXT: Name: test (1)
28 #CHECK-NEXT: Value: 0x1234
30 #CHECK-NEXT: Binding: Global (0x1)
31 #CHECK-NEXT: Type: None (0x0)
33 #CHECK-NEXT: Section: Absolute (0xFFF1)