mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 18:57:19 +00:00

RustWrapper: adapt to new AttributeMask API Upstream LLVM change 9290ccc3c1a1 migrated attribute removal to use AttributeMask instead of AttrBuilder, so we need to follow suit here. r? ``@nagisa`` cc ``@nikic``