Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/autoconf/
Dconfigure.ac1175 /usr|yes) llvm_cv_oppath=/usr/lib/oprofile ;;
1176 no) llvm_cv_oppath=
1178 *) llvm_cv_oppath="${withval}/lib/oprofile"
1181 if test -n "$llvm_cv_oppath" ; then
1182 LIBS="$LIBS -L${llvm_cv_oppath} -Wl,-rpath,${llvm_cv_oppath}"
/external/swiftshader/third_party/LLVM/
Dconfigure12396 /usr|yes) llvm_cv_oppath=/usr/lib/oprofile ;;
12397 no) llvm_cv_oppath=
12400 *) llvm_cv_oppath="${withval}/lib/oprofile"
12403 if test -n "$llvm_cv_oppath" ; then
12404 LIBS="$LIBS -L${llvm_cv_oppath} -Wl,-rpath,${llvm_cv_oppath}"