Home
last modified time | relevance | path

Searched refs:local_program (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/utils/bugpoint/
H A DRemoteRunSafely.sh86 local_program=$WORKING_DIR"/"$PROGRAM
87 if [ ! -x "$local_program" ]; then
88 echo "File "$local_program" does not exist or is not an executable.."
95 cat $local_program | \