mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:36:38 +03:00
1591dcb659
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``