]> git.lizzy.rs Git - rust.git/commit
older toolchains not valid any more
authorAndreas Jonson <andjo403@users.noreply.github.com>
Sun, 19 Jul 2020 14:53:37 +0000 (16:53 +0200)
committerAndreas Jonson <andjo403@users.noreply.github.com>
Sun, 19 Jul 2020 14:53:37 +0000 (16:53 +0200)
commit30659cd45ee01f5626aeef4bbe29c68536dc833d
tree4f31b4f78fe6ff8d9c6f92a66167377bbafa4f9a
parent48036804d2bc461b243c5d291b850e44bcca68ef
older toolchains not valid any more

with the change to llvm 10 the parameter
LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN do not do any thing as
min and soft error is the same.
see https://github.com/rust-lang/llvm-project/blob/86b120e6f302d39cd6973b6391fb299d7bc22122/llvm/cmake/modules/CheckCompilerVersion.cmake
README.md