brintos

brintos / llvm-project-archived public Read only

0
0
Text · 591 B · cf92adf Raw
21 lines · plain
1# REQUIRES: x862# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t.o3# RUN: %lld -dylib -o %t %t.o4# RUN: llvm-objdump --macho --all-headers %t | FileCheck %s5 6# CHECK:                 cmd LC_DYLD_INFO_ONLY7# CHECK-NEXT:        cmdsize 488# CHECK-NEXT:     rebase_off 09# CHECK-NEXT:    rebase_size 010# CHECK-NEXT:       bind_off 011# CHECK-NEXT:      bind_size 012# CHECK-NEXT:  weak_bind_off 013# CHECK-NEXT: weak_bind_size 014# CHECK-NEXT:  lazy_bind_off 015# CHECK-NEXT: lazy_bind_size 016# CHECK-NEXT: export_off     017# CHECK-NEXT: export_size    018 19_not_exported:20  .space 121