blob: 1f7c9d36519425f5f7ff2920b55a2125b2434fd3 [file] [log] [blame]
# RUN: llvm-ifs --input-format=IFS --output-format=TBD -o - %s | FileCheck %s
# CHECK: --- !tapi-tbd-v3
# CHECK-NEXT: archs: [ arm64 ]
# CHECK-NEXT: platform: tvos
# CHECK-NEXT: flags: [ flat_namespace, not_app_extension_safe ]
# CHECK-NEXT: install-name: ''
# CHECK-NEXT: current-version: 0
# CHECK-NEXT: compatibility-version: 0
# CHECK-NEXT: objc-constraint: none
# CHECK-NEXT: exports:
# CHECK-NEXT: - archs: [ arm64 ]
# CHECK-NEXT: symbols: [ __Z3fooi ]
# CHECK-NEXT: ...
--- !ifs-v1
IfsVersion: 3.0
Target: arm64-apple-tvos
Symbols:
- { Name: __Z3fooi, Type: Func }
...