rust/compiler/rustc_codegen_llvm/src/back
Dylan DPC ae7020fcb4
Rollup merge of #78848 - DevJPM:ci-llvm-9, r=nikic
Bump minimal supported LLVM version to 9

This bumps the minimal tested llvm version to 9.
This should enable supporting newer LLVM features (and CPU extensions).

This was motived by #78361 having to drop features because of LLVM 8 not supporting certain CPU extensions yet.
This was declared relatively uncontroversial on [Zulip](https://rust-lang.zulipchat.com/#narrow/stream/182449-t-compiler.2Fhelp/topic/Min.20Supported.20LLVM.20Upgrade.20Process.3F/near/215957859).

Paging ````@eddyb```` because there was a comment in the [dockerfile](https://github.com/rust-lang/rust/blob/master/src/ci/docker/host-x86_64/x86_64-gnu-llvm-8/Dockerfile#L42) describing a hack (which I don't quite understand) which was also blocked by not having LLVM 9.
2020-11-15 03:02:39 +01:00
..
archive.rs Collapse all uses of target.options.foo into target.foo 2020-11-08 17:29:13 +03:00
lto.rs Fix even more clippy warnings 2020-10-30 10:13:39 -04:00
profiling.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
write.rs Rollup merge of #78848 - DevJPM:ci-llvm-9, r=nikic 2020-11-15 03:02:39 +01:00