2 # Verify that default output filename is a.out.
4 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
8 # RUN: not llvm-readobj a.out > /dev/null 2>&1
10 # RUN: llvm-readobj a.out > /dev/null 2>&1
12 # RUN: not ld.lld %t -o 2>&1 | FileCheck --check-prefix=NO_O_VAL %s
13 # NO_O_VAL: error: -o: missing argument