Lines Matching full:output
4 # RUN: not ld.lld %t.o -o does_not_exist/output 2>&1 | \
5 # RUN: FileCheck %s -check-prefixes=NO-DIR-OUTPUT,CHECK
7 # RUN: FileCheck %s -check-prefixes=DIR-IS-OUTPUT,CHECK
9 # RUN: echo "OUTPUT(\"does_not_exist/output\")" > %t.script
11 # RUN: FileCheck %s -check-prefixes=NO-DIR-OUTPUT,CHECK
12 # RUN: echo "OUTPUT(\"%s/dir_is_a_file\")" > %t.script
14 # RUN: FileCheck %s -check-prefixes=DIR-IS-OUTPUT,CHECK
16 # RUN: not ld.lld %t.o -o %t -Map=does_not_exist/output 2>&1 | \
21 # NO-DIR-OUTPUT: error: cannot open output file does_not_exist/output:
22 # DIR-IS-OUTPUT: error: cannot open output file {{.*}}/dir_is_a_file:
23 # NO-DIR-MAP: error: cannot open map file does_not_exist/output:
31 # ROOT: error: cannot open output file /