Skip to content

RustWrapper: adapt to new AttributeMask API - #92559

Merged
bors merged 2 commits into
rust-lang:masterfrom
durin42:llvm-14-attributemask
Jan 7, 2022
Merged

RustWrapper: adapt to new AttributeMask API#92559
bors merged 2 commits into
rust-lang:masterfrom
durin42:llvm-14-attributemask

Conversation

@durin42

Copy link
Copy Markdown
Contributor

Upstream LLVM change 9290ccc migrated attribute removal to use
AttributeMask instead of AttrBuilder, so we need to follow suit here.

r? @nagisa cc @nikic

Upstream LLVM change 9290ccc migrated attribute removal to use
AttributeMask instead of AttrBuilder, so we need to follow suit here.
@rustbotrustbot added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Jan 4, 2022
@rust-highfive

Copy link
Copy Markdown
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @nagisa (or someone else) soon.

Please see the contribution instructions for more information.

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jan 4, 2022
Comment threadcompiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
Avoids some extra conversions. Spotted by nikic during review.
@nikic

nikic commented Jan 5, 2022

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@bors

bors commented Jan 5, 2022

Copy link
Copy Markdown
Collaborator

📌 Commit 34a6b6c has been approved by nikic

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jan 5, 2022
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Jan 6, 2022
RustWrapper: adapt to new AttributeMask API
Upstream LLVM change 9290ccc migrated attribute removal to use
AttributeMask instead of AttrBuilder, so we need to follow suit here.
r? `@nagisa` cc `@nikic`
This was referenced Jan 6, 2022
bors added a commit to rust-lang-ci/rust that referenced this pull request Jan 6, 2022
…askrgr
Rollup of 8 pull requests
Successful merges:
- rust-lang#91055 (return the correct type for closures in `type_of`)
- rust-lang#92207 (Delay remaining `span_bug`s in drop elaboration)
- rust-lang#92417 (Fix spacing and ordering of words in pretty printed Impl)
- rust-lang#92504 (Exit nonzero on rustc -Wall)
- rust-lang#92559 (RustWrapper: adapt to new AttributeMask API)
- rust-lang#92589 (Break the loop)
- rust-lang#92607 (rustc_metadata: Some minor cleanups and optimizations)
- rust-lang#92620 (Remove unused `ExtendDefault` struct)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 1591dcb into rust-lang:masterJan 7, 2022
@rustbotrustbot added this to the 1.59.0 milestone Jan 7, 2022
@durin42
durin42 deleted the llvm-14-attributemask branch March 14, 2022 14:49
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@durin42@rust-highfive@nikic@bors@nagisa@rustbot