File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
llvm/test/tools/llvm-readtapi Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
; RUN: rm -rf %t
2
- ; RUN: not llvm-readtapi -stubify %t/objc.dylib %t/flat_namespace.dylib %t/thread_local.dylib %t/fat.dylib --o tmp.tbd 2>&1 | FileCheck %s --allow-empty --check-prefix OUT
3
- ; RUN: not llvm-readtapi -stubify --o tmp.tbd 2>&1 | FileCheck %s --allow-empty --check-prefix IN
2
+ ; RUN: mkdir -p %t
3
+ ; 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 OUT
4
+ ; RUN: not llvm-readtapi -stubify --o %t/tmp.tbd 2>&1 | FileCheck %s --allow-empty --check-prefix IN
4
5
5
6
; OUT: error: cannot write multiple inputs into single output file
6
7
; IN: error: stubify requires at least one input file
You can’t perform that action at this time.
0 commit comments