brintos

brintos / llvm-project-archived public Read only

0
0
Text · 157 B · 0dcd36a Raw
6 lines · plain
1Test that llvm-ar exits with 1 when there is an error.2 3RUN: not llvm-ar e 2>&1 | FileCheck %s4CHECK: error: unknown option e5CHECK: OVERVIEW: LLVM Archiver6