mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 18:27:37 +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``