Home | History | Annotate | Download | only in utils

Lines Matching full:command

17 # process command-line options.
84 # run a command, optionally echoing, and quitting if it fails:
86 my $command = join(" ", @_);
87 print "$command\n" if $Verbose;
88 $command =~ s/\"/\\\"/g;
89 system $command and die "$0: $command failed";
170 # build the llvm-gxx command line.
194 llvm-native-g++ is a wrapper around the LLVM command-line tools which generates
215 Print command lines that llvm-native-g++ runs.
220 for this option in the command line. If it can't find it, it finds the last C
221 or C++ source file named on the command line, and turns its suffix into .o. See
233 file per invocation. llvm-native-g++ has weak command-line argument