summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2011-12-22 22:12:40 +0000
committerBob Wilson <bob.wilson@apple.com>2011-12-22 22:12:40 +0000
commitfe74d77002df4c8c8486a4ad3852b1336aecfdc0 (patch)
treeb820b45a9896ee3720680df0fba68ff18e4ba459 /utils
parent3a3a424a248717487de826ddb48f14deec1d2446 (diff)
downloadllvm-fe74d77002df4c8c8486a4ad3852b1336aecfdc0.tar.gz
llvm-fe74d77002df4c8c8486a4ad3852b1336aecfdc0.tar.bz2
llvm-fe74d77002df4c8c8486a4ad3852b1336aecfdc0.tar.xz
Remove broken command to copy tblgen tool.
tblgen has been renamed to llvm-tblgen so this command has been failing, and it's no longer needed because llvm-tblgen is already installed by default. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147187 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rwxr-xr-xutils/buildit/build_llvm3
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/buildit/build_llvm b/utils/buildit/build_llvm
index 5aa3c2cf68..4cf6578f48 100755
--- a/utils/buildit/build_llvm
+++ b/utils/buildit/build_llvm
@@ -219,9 +219,6 @@ if [ "x$LLVM_DEBUG" != "x1" ]; then
done
fi
-# Copy over the tblgen utility.
-cp `find $DIR -name tblgen` $DEST_DIR$DEST_ROOT/bin
-
# Remove .dir files
cd $DEST_DIR$DEST_ROOT
rm -f bin/.dir etc/llvm/.dir lib/.dir