mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 11:17:04 +00:00

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.