]> git.lizzy.rs Git - rust.git/commit - compiler/rustc_codegen_cranelift/src/driver/jit.rs
Rollup merge of #105567 - TimNN:kcfi16, r=nikic
authorMatthias Krüger <matthias.krueger@famsik.de>
Thu, 22 Dec 2022 18:36:12 +0000 (19:36 +0100)
committerGitHub <noreply@github.com>
Thu, 22 Dec 2022 18:36:12 +0000 (19:36 +0100)
commit17b3b97e08e3266e8e2ce0e0c0b2e6f19267f610
treec1a838e38b48d55869b2aff0250f11ccb7995724
parente5e4eef02d443eae5089a330e59a69a4f350db81
parent295f5f514bf423e79ad67ed99c6d90944b299c10
Rollup merge of #105567 - TimNN:kcfi16, r=nikic

KCFI test: Also support LLVM 16 output

With a regex we can support the LLVM 16 output now already (and there are some third-party build bots that test Rust with LLVM head, like https://buildkite.com/llvm-project/rust-llvm-integrate-prototype/builds?branch=master).

cc ```@rcvalle```