brintos

brintos / llvm-project-archived public Read only

0
0
Text · 435 B · ae97d47 Raw
9 lines · plain
1; RUN: rm -rf %t2; RUN: mkdir -p %t3; RUN: not llvm-readtapi -stubify %t/objc.dylib %t/flat_namespace.dylib %t/thread_local.dylib %t/fat.dylib --o %t/tmp.tbd 2>&1 | FileCheck %s --allow-empty --check-prefix OUT4; RUN: not llvm-readtapi -stubify --o %t/tmp.tbd 2>&1 | FileCheck %s --allow-empty --check-prefix IN5 6; OUT: error: cannot write multiple inputs into single output file7; IN: error: stubify requires at least one input file8 9