]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #92559 - durin42:llvm-14-attributemask, r=nikic
authorMatthias Krüger <matthias.krueger@famsik.de>
Thu, 6 Jan 2022 22:15:18 +0000 (23:15 +0100)
committerGitHub <noreply@github.com>
Thu, 6 Jan 2022 22:15:18 +0000 (23:15 +0100)
commit1591dcb659917de87254297073b078b9ade56612
tree84107cf296d3e55f0e580c9decfc56bf2b7ed76c
parent844a657bb85dfea37c7fb0a01c927c38fc586b40
parent34a6b6c4235972a715b03612905913d98ab899fd
Rollup merge of #92559 - durin42:llvm-14-attributemask, r=nikic

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``
compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp