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

Commit acb33f3

Browse files
committed
Pack 32bits llc, opt and llvm-dis in archive as well
1 parent 9b92b4b commit acb33f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/run-jenkins.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cp usr64/bin/{llc,opt,llvm-dis,llvm-config} tmp-bin/
2525
rm usr64/bin/*
2626
cp tmp-bin/* usr64/bin/
2727
mkdir tmp-bin2
28-
cp usr32/bin/llvm-config tmp-bin2
28+
cp usr32/bin/{llc,opt,llvm-dis,llvm-config} tmp-bin2
2929
rm usr32/bin/*
3030
cp tmp-bin2/* usr32/bin/
3131
# Don't need 32 bit binaries

0 commit comments

Comments
 (0)