brintos

brintos / llvm-project-archived public Read only

0
0
Text · 524 B · 9d4fa8d Raw
21 lines · plain
1## Test showing 8 byte addresses for llvm-nm for XCOFF 64-bit object files.2 3# RUN: yaml2obj %s -o %t.o4# RUN: llvm-nm  %t.o | FileCheck --match-full-lines %s5 6--- !XCOFF7FileHeader:8  MagicNumber:          0x1F79Sections:10  - Name:                    .text11    Address:                 0x012    Flags:                   [ STYP_TEXT ]13Symbols:14  - Name:               .text15    Value:              0x1016    Section:            .text17    StorageClass:       C_STAT18    NumberOfAuxEntries: 119 20# CHECK: 0000000000000010 t .text21