]> git.lizzy.rs Git - rust.git/commit
Auto merge of #87798 - durin42:llvm-14, r=nikic
authorbors <bors@rust-lang.org>
Sun, 8 Aug 2021 04:33:22 +0000 (04:33 +0000)
committerbors <bors@rust-lang.org>
Sun, 8 Aug 2021 04:33:22 +0000 (04:33 +0000)
commit2d10c2a3302d53e10a4ad3ac581103faaae9eeb6
treede220f8d9fba75a87c0675a609e1da4d9130d667
parent835dce569d8fbad7566942b6ccf8c62ac3900791
parent482f1901b0c9bfecc1d433670ba32fcc482b8867
Auto merge of #87798 - durin42:llvm-14, r=nikic

PassWrapper: handle move of OptimizationLevel class out of PassBuilder

This is the first build break of the LLVM 14 cycle, and was caused by
https://reviews.llvm.org/D107025. Mercifully an easy fix.