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 1, 2018
1 parent 9b92b4b commit acb33f3
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 @@ -25,7 +25,7 @@ cp usr64/bin/{llc,opt,llvm-dis,llvm-config} tmp-bin/
rm usr64/bin/*
cp tmp-bin/* usr64/bin/
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 acb33f3

Please sign in to comment.