1 # RUN: yaml2obj %s -o %t
2 # RUN: llvm-objcopy %t %t2
3 # RUN: llvm-readobj --symbols %t2 | FileCheck %s
20 #CHECK-NEXT: Value: 0x0
22 #CHECK-NEXT: Binding: Local (0x0)
23 #CHECK-NEXT: Type: None (0x0)
25 #CHECK-NEXT: Section: Undefined (0x0)
28 #CHECK-NEXT: Name: test
29 #CHECK-NEXT: Value: 0x1234
31 #CHECK-NEXT: Binding: Global (0x1)
32 #CHECK-NEXT: Type: None (0x0)
34 #CHECK-NEXT: Section: Absolute (0xFFF1)