brintos

brintos / llvm-project-archived public Read only

0
0
Text · 185 B · 7a1afae Raw
7 lines · plain
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