brintos

brintos / llvm-project-archived public Read only

0
0
Text · 717 B · 484550a Raw
24 lines · plain
1; RUN: rm -rf %t2; RUN: split-file %s %t3 4; RUN: llvm-readtapi %t/input.tbd --filetype=tbd-v5 -o %t/output.tbd 2>&1 | FileCheck \5; RUN:    %s --allow-empty  --implicit-check-not warning: --implicit-check-not error:6 7; RUN: cat %t/output.tbd 2>&1 | FileCheck %s -check-prefix=SYMS8 9; SYMS:                  "_asym",10; SYMS-NEXT:             "_bar",11; SYMS-NEXT:             "_foo",12; SYMS-NEXT:             "_zsym"13 14;--- input.tbd15--- !tapi-tbd16tbd-version:     417targets:         [ x86_64-macos ]18flags:           [ not_app_extension_safe ]19install-name:    '/System/Library/Frameworks/Foo.framework/Versions/A/Foo'20exports:21  - targets:         [ x86_64-macos ]22    symbols:         [ _zsym, _asym, _foo, _bar]23...24