musl: update LLVM to 7

This commit is contained in:
Mateusz Mikuła 2019-01-11 18:45:37 +01:00 committed by Mateusz Mikuła
parent 52a3311dc9
commit cacb3053e8

View File

@ -52,7 +52,7 @@ echo $OUTPUT/$TARGET/lib >> /etc/ld-musl-$ARCH.path
export CC=$TARGET-gcc
export CXX=$TARGET-g++
LLVM=60
LLVM=70
# may have been downloaded in a previous run
if [ ! -d libunwind-release_$LLVM ]; then