Searched refs:TOPDIR (Results 1 – 9 of 9) sorted by relevance
22 TOPDIR="$2"25 TOPDIR=`llvm-config --src-root`28 if test -d "$TOPDIR" ; then29 cd $TOPDIR30 ./utils/llvmdo -topdir "$TOPDIR" \
25 TOPDIR="$2"28 TOPDIR=`llvm-config --src-root`32 if test -d "$TOPDIR" ; then33 cd $TOPDIR34 …./utils/llvmdo -topdir "$TOPDIR" -dirs "include lib tools test utils examples" -code-only wc -l | …
22 TOPDIR="$2"25 TOPDIR=`llvm-config --src-root`28 if test -d "$TOPDIR" ; then29 cd $TOPDIR35 ./utils/llvmdo -topdir "$TOPDIR" \
46 TOPDIR="$2"49 TOPDIR=`llvm-config --src-root`167 if test -d "$TOPDIR" ; then168 cd $TOPDIR183 echo "Can't find LLVM top directory in $TOPDIR"
20 TOPDIR=`pwd`45 cd $TOPDIR/third_party || exit 149 cd $TOPDIR/tsan || exit 154 TSAN=$TOPDIR/tsan/bin/tsan-$VG_ARCH-$VG_OS-self-contained.sh57 cd $TOPDIR/unittest || exit 1
26 TOPDIR := $(KSRC)27 CONFIG_SHELL := TOPDIR=$(KSRC) /bin/bash
18 TOPDIR := $(KSRC)19 CONFIG_SHELL := TOPDIR=$(KSRC) /bin/bash
24 TOPDIR := $(KSRC)25 CONFIG_SHELL := TOPDIR=$(KSRC) /bin/bash
12 TOPDIR=`cd $CURDIR/.. && pwd`27 cd $TMPDIR && git clone file://$TOPDIR $QEMUDIR && rm -rf $QEMUDIR/.git