Skip to content
This repository has been archived by the owner on Dec 20, 2019. It is now read-only.

Commit

Permalink
Pack 32bits llc, opt and llvm-dis in archive as well
Browse files Browse the repository at this point in the history
  • Loading branch information
luhenry committed Sep 13, 2018
1 parent 339b7ba commit 81376d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/run-jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cp tmp-bin/* usr64/bin/

rm -rf tmp-bin2
mkdir tmp-bin2
cp usr32/bin/llvm-config tmp-bin2
cp usr32/bin/{llc,opt,llvm-dis,llvm-config} tmp-bin2
rm usr32/bin/*
cp tmp-bin2/* usr32/bin/
# Don't need 32 bit binaries
Expand Down

0 comments on commit 81376d1

Please sign in to comment.