blob: 7d2fac51e3c103db2239957b19b5a1f3292a349b [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: ios
# 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-ios
Symbols:
- { Name: __Z3fooi, Type: Func }
...