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

PassWrapper: update for LLVM change D102093 In https://reviews.llvm.org/D102093 lots of things stopped taking the DebugLogging boolean parameter. Mercifully we appear to always set DebugPassManager to false, so I don't think we're losing anything by not passing this parameter.