brintos

brintos / llvm-project-archived public Read only

0
0
Text · 667 B · e97e490 Raw
27 lines · plain
1# RUN: yaml2obj %s -o %t.o2# RUN: llvm-readobj --needed-libs %t.o | FileCheck %s3 4# CHECK:      NeededLibraries [5# CHECK-NEXT:   /usr/lib/libSystem.B.dylib6# CHECK-NEXT: ]7 8!mach-o9FileHeader:10  magic:           0xFEEDFACF11  cputype:         0x0100000712  cpusubtype:      0x0000000313  filetype:        0x0000000114  ncmds:           115  sizeofcmds:      5616  flags:           0x0000200017  reserved:        0x0000000018LoadCommands:19  - cmd:             LC_LOAD_DYLIB20    cmdsize:         5621    dylib:22      name:            2423      timestamp:       224      current_version: 8198553625      compatibility_version: 6553626    Content:         /usr/lib/libSystem.B.dylib27