2 ; RUN: split-file %s %t
4 ; RUN: yaml2obj %S/Inputs/macho.yaml -o %t/macho.dylib
5 ; RUN: not llvm-readtapi --compare %t/macho.tbd %t/macho.dylib 2>&1 | FileCheck %s
8 ; CHECK-NEXT: macho.dylib
9 ; CHECK: Current Version
12 ; CHECK-NEXT: Compatibility Version
22 "not_app_extension_safe"
26 "current_versions":[{"version": "1.2"}],
27 "compatibility_versions":[{ "version": "3.1"}],
30 "name": "macho-no-exports.dylib"
35 "min_deployment": "10.10",
36 "target": "x86_64-macos"