brintos

brintos / llvm-project-archived public Read only

0
0
Text · 628 B · 5f960ca Raw
22 lines · plain
1# RUN: llvm-ifs --input-format=IFS --output-tbd - %s | FileCheck %s2 3# CHECK: --- !tapi-tbd-v34# CHECK-NEXT: archs:           [ arm64 ]5# CHECK-NEXT: platform:        macosx6# CHECK-NEXT: flags:           [ flat_namespace, not_app_extension_safe ]7# CHECK-NEXT: install-name:    ''8# CHECK-NEXT: current-version: 09# CHECK-NEXT: compatibility-version: 010# CHECK-NEXT: objc-constraint: none11# CHECK-NEXT: exports:12# CHECK-NEXT:   - archs:           [ arm64 ]13# CHECK-NEXT:     symbols:         [ __Z3fooi ]14# CHECK-NEXT: ...15 16--- !ifs-v117IfsVersion: 3.018Target: arm64-apple-macosx19Symbols:20  - { Name: __Z3fooi, Type: Func }21...22