1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/test/tools/llvm-lib/no-inputs.test
Eric Astor 6ad788fade [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>