Home | History | Annotate | Download | only in llvm

Lines Matching refs:cut

8746 ac_python_version=`$PYTHON -V 2>&1 | cut -d' ' -f2`
8747 ac_python_version_major=`echo $ac_python_version | cut -d'.' -f1`
8748 ac_python_version_minor=`echo $ac_python_version | cut -d'.' -f2`
8749 ac_python_version_patch=`echo $ac_python_version | cut -d'.' -f3`