1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

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.

llvm-svn: 147187
This commit is contained in:
Bob Wilson 2011-12-22 22:12:40 +00:00
parent 41be35819d
commit cc2bf6e234

View File

@ -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