Lines Matching full:script
7 # RUN: not ld.lld -lidontexist --error-handling-script=%t/a.sh 0.o 2>&1 |\
9 # RUN: not ld.lld -lidontexist --error-handling-script=./notexist 0.o 2>&1 |\
10 # RUN: FileCheck --check-prefix=CHECK-SCRIPT-DOES-NOT-EXIST %s
13 # RUN: not ld.lld --error-handling-script=./a.sh 1.o 2>&1 |\
17 # RUN: not ld.lld --demangle --error-handling-script=./a.sh 2.o 2>&1 |\
19 # RUN: not ld.lld --no-demangle --error-handling-script=./a.sh 2.o 2>&1 |\
23 # RUN: not ld.lld --error-handling-script=%t/a.sh 3.o 2>&1 |\
26 # CHECK-LIB:script: info: called with missing-lib idontexist
29 # CHECK-SCRIPT-DOES-NOT-EXIST: error: unable to find library -lidontexist
30 # CHECK-SCRIPT-DOES-NOT-EXIST-NEXT: error: error handling script './notexist' failed to execute
32 # CHECK-SYM-C: script: info: called with undefined-symbol a
35 # CHECK-SYM-CXX-DEMANGLE: script: info: called with undefined-symbol _Z1av
38 # CHECK-SYM-CXX-NO-DEMANGLE: script: info: called with undefined-symbol _Z1av
41 # CHECK-SYM-C-CORRECTION: script: info: called with undefined-symbol a
56 echo "script: info: called with $*"