Copy the tblgen utility.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59681 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2008-11-20 00:11:57 +00:00
parent cdb260de83
commit ce5ac1606f

View File

@ -179,6 +179,9 @@ if [ "x$LLVM_DEBUG" != "x1" ]; then
strip -Sx $DEST_DIR$DEST_ROOT/lib/*.so
fi
# Copy over the tblgen utility.
cp `find $DIR -name tblgen` $DT_HOME/local/bin
# Remove .dir files
cd $DEST_DIR$DEST_ROOT
rm bin/.dir etc/llvm/.dir lib/.dir