mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-20 00:43:48 +00:00
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:
parent
cdb260de83
commit
ce5ac1606f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user