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

Commit 81376d1

Browse files
committed
Pack 32bits llc, opt and llvm-dis in archive as well
1 parent 339b7ba commit 81376d1

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
@@ -31,7 +31,7 @@ cp tmp-bin/* usr64/bin/
3131

3232
rm -rf tmp-bin2
3333
mkdir tmp-bin2
34-
cp usr32/bin/llvm-config tmp-bin2
34+
cp usr32/bin/{llc,opt,llvm-dis,llvm-config} tmp-bin2
3535
rm usr32/bin/*
3636
cp tmp-bin2/* usr32/bin/
3737
# Don't need 32 bit binaries

0 commit comments

Comments
 (0)