OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:switches_to_use
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/
findoptdiff
77
switches_to_use
="$1"
78
$opt1 $
switches_to_use
"$bc1" -o - | $dis1 | $filt1 > "$opt1ll"
79
$opt2 $
switches_to_use
"$bc2" -o - | $dis2 | $filt2 > "$opt2ll"
88
echo 'Switches:' $
switches_to_use
>> $diffs
findmisopt
104
switches_to_use
="$1"
105
opt $
switches_to_use
"$bcfile" -o "$optbc" -f || exit
Completed in 45 milliseconds