2 ; RUN: split-file %s %t
3 ; RUN: not llvm-readtapi --compare %t/tbdv4.tbd %t/tbdv5.tbd -o %t/output.txt 2>&1 | FileCheck %s --allow-empty
4 ; RUN: FileCheck %s --check-prefix FILEOUT < %t/output.txt
9 ; FILEOUT: < {{.*}}tbdv4.tbd
10 ; FILEOUT: > {{.*}}tbdv5.tbd
12 ; FILEOUT: Two Level Namespace
13 ; FILEOUT-NEXT: < true
14 ; FILEOUT-NEXT: > false
15 ; FILEOUT-NEXT: Shared Cache Ineligible
16 ; FILEOUT-NEXT: < true
17 ; FILEOUT-NEXT: > false
24 targets: [ arm64-macos ]
25 flags: [ not_app_extension_safe, not_for_dyld_shared_cache ]
26 install-name: '/usr/lib/libFake.dylib'
35 "not_app_extension_safe",
42 "name": "/usr/lib/libFake.dylib"
47 "min_deployment": "13",
48 "target": "arm64-macos"