1# REQUIRES: x86 2# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t.o 3# RUN: %lld -dylib %t.o -o %t.dylib 4 5# RUN: obj2yaml %t.dylib | FileCheck %s 6# CHECK: export_size: 0 7