mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
6ad788fade
`rm` the file, THEN run the command that shouldn't create it, THEN confirm that it doesn't exist
8 lines
149 B
Plaintext
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>
|