mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-06 01:49:47 +00:00
The definition of this struct changes in LLVM 12 due to the addition of branch coverage support. To avoid future mismatches, declare our own struct and then convert between them.