Copy the tblgen utility.

llvm-svn: 59681
This commit is contained in:
Bill Wendling 2008-11-20 00:11:57 +00:00
parent 4c3034f711
commit 8d5b57b354
1 changed files with 3 additions and 0 deletions

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