26 lines · plain
1# RUN: yaml2obj %s -o %t.o2# RUN: llvm-nm %t.o --portability | FileCheck %s --strict-whitespace --match-full-lines3# RUN: llvm-nm %t.o -P | FileCheck %s --strict-whitespace --match-full-lines4 5!ELF6FileHeader:7 Class: ELFCLASS648 Data: ELFDATA2LSB9 Type: ET_REL10 Machine: EM_X86_6411Sections:12 - Name: .text13 Type: SHT_PROGBITS14Symbols:15 - Name: symbol_a16 Section: .text17 Size: 1618 Value: 0xff19 - Name: symbol_wider_name20 Section: .text21 Size: 25622 Value: 0xffeedd23 24# CHECK:symbol_a n ff 1025# CHECK-NEXT:symbol_wider_name n ffeedd 10026