1# REQUIRES: x862# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t.o3# RUN: %lld -dylib %t.o -o %t.dylib4 5# RUN: obj2yaml %t.dylib | FileCheck %s6# CHECK: export_size: 07