Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / ELF / version.test
blobcdeeb4795e185360e6e02de55ebc2ec8dd697aa7
1 ## --version skips input file processing.
2 # RUN: ld.lld --version %t/not-exist 2>&1 | FileCheck %s
4 ## -v/-V don't skip processing if there is any input.
5 # RUN: ld.lld -v 2>&1 | FileCheck %s
6 # RUN: not ld.lld -v %t/not-exist 2>&1 | FileCheck %s
7 # RUN: ld.lld -V 2>&1 | FileCheck %s
8 # RUN: not ld.lld -V %t/not-exist 2>&1 | FileCheck %s
10 # CHECK: LLD {{.*}} (compatible with GNU linkers)