brintos

brintos / llvm-project-archived public Read only

0
0
Text · 404 B · 54a8097 Raw
13 lines · plain
1## Copied from lld/test/ELF/version.test2 3## --version skips input file processing.4# RUN: wasm-ld --version %t/not-exist 2>&1 | FileCheck %s5 6## -v/-V don't skip processing if there is any input.7# RUN: wasm-ld -v 2>&1 | FileCheck %s8# RUN: not wasm-ld -v %t/not-exist 2>&1 | FileCheck %s9# RUN: wasm-ld -V 2>&1 | FileCheck %s10# RUN: not wasm-ld -V %t/not-exist 2>&1 | FileCheck %s11 12# CHECK: LLD {{.+}}13