Files
clang-p2996/llvm/test/tools/llvm-lib/no-inputs.test
Eric Astor 291d24838f [ms] Fix repeated executions of the no-inputs llvm-lib test
`rm` the file, THEN run the command that shouldn't create it, THEN confirm that it doesn't exist
2020-04-30 18:10:46 -04:00

8 lines
149 B
Plaintext

RUN: rm -f %t.lib
RUN: llvm-lib -out:%t.lib
RUN: test ! -e %t.lib
RUN: llvm-lib /llvmlibempty -out:%t.lib
RUN: FileCheck %s < %t.lib
CHECK: !<arch>