vec-shrink-panik: update expectations to work on LLVM 17#111385
Merged
bors merged 1 commit intorust-lang:masterfrom May 11, 2023
Merged
vec-shrink-panik: update expectations to work on LLVM 17#111385bors merged 1 commit intorust-lang:masterfrom
bors merged 1 commit intorust-lang:masterfrom
Conversation
Contributor
Author
|
@rustbot label: +llvm-main |
Amanieu
reviewed
May 9, 2023
Member
Member
|
@bors r+ rollup |
Collaborator
Collaborator
|
🌲 The tree is currently closed for pull requests below priority 1000. This pull request will be tested once the tree is reopened. |
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this pull request
May 9, 2023
vec-shrink-panik: update expectations to work on LLVM 17 For some reason, the called function is `cleanup` on LLVM 17 instead of `filter`. r? `@Amanieu`
Member
|
@bors r- failed in a rollup |
For some reason, the called function is `cleanup` on LLVM 17 instead of `filter`. r? @Amanieu
Contributor
Author
|
Updated with correct FileCheck syntax. Sorry! |
Contributor
Author
|
@rustbot review |
Member
|
@bors r+ |
Collaborator
Collaborator
|
🌲 The tree is currently closed for pull requests below priority 50. This pull request will be tested once the tree is reopened. |
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
May 11, 2023
…iaskrgr Rollup of 7 pull requests Successful merges: - rust-lang#108705 (Prevent ICE with broken borrow in closure) - rust-lang#111292 (Fix mishandled `--check-cfg` arguments order) - rust-lang#111382 (Isolate coverage FFI type layouts from their underlying LLVM C++ types) - rust-lang#111385 (vec-shrink-panik: update expectations to work on LLVM 17) - rust-lang#111389 (Add esp-idf platform-support page) - rust-lang#111432 (Use visit_assign to detect SSA locals.) - rust-lang#111448 (Use proper impl self type for alias impl in rustdoc) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
aarongable
pushed a commit
to chromium/chromium
that referenced
this pull request
May 16, 2023
Fixed in rust-lang/rust#111385 R=hans@chromium.org Change-Id: I2bda906fb46c7a00b89ecbb98a3c68c75658f1c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4534378 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by: Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/main@{#1144748}
oneseer
pushed a commit
to oneseer/rust
that referenced
this pull request
May 24, 2025
Fixed in rust-lang/rust#111385 R=hans@chromium.org Change-Id: I2bda906fb46c7a00b89ecbb98a3c68c75658f1c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4534378 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by: Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/main@{#1144748} NOKEYCHECK=True GitOrigin-RevId: de108a3dc22b41bfb8b5dc8b28c272f3177f9543
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For some reason, the called function is
cleanupon LLVM 17 instead offilter.r? @Amanieu