travis: install llvm-7
This commit is contained in:
parent
74d828d526
commit
53a689d084
@ -166,6 +166,10 @@ matrix:
|
|||||||
# Link time optimization
|
# Link time optimization
|
||||||
- env: SANITIZER=1 COMPILE_LTO=1 BUILDOPTIONS='--with-cc=gcc-5 --with-m64 --with-travis-valgrind'
|
- env: SANITIZER=1 COMPILE_LTO=1 BUILDOPTIONS='--with-cc=gcc-5 --with-m64 --with-travis-valgrind'
|
||||||
- env: SANITIZER=1 COMPILE_LTO=1 BUILDOPTIONS='--with-cc=clang-7 --with-m64 --with-travis-valgrind'
|
- env: SANITIZER=1 COMPILE_LTO=1 BUILDOPTIONS='--with-cc=clang-7 --with-m64 --with-travis-valgrind'
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- llvm-7
|
||||||
|
|
||||||
# GCC for the x86-64 architecture with restricted limb sizes
|
# GCC for the x86-64 architecture with restricted limb sizes
|
||||||
# formerly started with the option "--with-low-mp" to testme.sh
|
# formerly started with the option "--with-low-mp" to testme.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user