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