Copy the tblgen utility.
authorBill Wendling <isanbard@gmail.com>
Thu, 20 Nov 2008 00:11:57 +0000 (00:11 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 20 Nov 2008 00:11:57 +0000 (00:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59681 91177308-0d34-0410-b5e6-96231b3b80d8

utils/buildit/build_llvm

index 09baca09ec3488e9d5fc408c68e9c22d0e4998d7..4ea0df62e1b001adefc0f5a896a7377d60116d0f 100755 (executable)
@@ -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