Skip to content

Update to LLVM 16.0.1 #109961

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 6, 2023
Merged

Update to LLVM 16.0.1 #109961

merged 1 commit into from
Apr 6, 2023

Conversation

nikic
Copy link
Contributor

@nikic nikic commented Apr 5, 2023

Update to current release/16.x branch. I've opted for a rebase to get rid of all our custom cherry-picks.

Fixes #109775.

r? @cuviper

@rustbot
Copy link
Collaborator

rustbot commented Apr 5, 2023

⚠️ Warning ⚠️

  • These commits modify submodules.

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Apr 5, 2023
@cuviper
Copy link
Member

cuviper commented Apr 5, 2023

You included the post-release bump to 16.0.2, which means rustc -Vv will report it as such. Is it too late to redo that? (I don't remember if we have branch protection against force pushes on the repo...)

@nikic
Copy link
Contributor Author

nikic commented Apr 5, 2023

You included the post-release bump to 16.0.2, which means rustc -Vv will report it as such. Is it too late to redo that? (I don't remember if we have branch protection against force pushes on the repo...)

We have:

! [remote rejected] rustc/16.0-2023-04-05 -> rustc/16.0-2023-04-05 (protected branch hook declined)

@cuviper
Copy link
Member

cuviper commented Apr 5, 2023

Ah, oh well, not a big deal.

@bors r+ rollup=never

@bors
Copy link
Collaborator

bors commented Apr 5, 2023

📌 Commit 2175dab has been approved by cuviper

It is now in the queue for this repository.

@bors bors 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 Apr 5, 2023
@bors
Copy link
Collaborator

bors commented Apr 6, 2023

⌛ Testing commit 2175dab with merge ce3cb03...

@bors
Copy link
Collaborator

bors commented Apr 6, 2023

☀️ Test successful - checks-actions
Approved by: cuviper
Pushing ce3cb03 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Apr 6, 2023
@bors bors merged commit ce3cb03 into rust-lang:master Apr 6, 2023
@rustbot rustbot added this to the 1.70.0 milestone Apr 6, 2023
@rust-timer
Copy link
Collaborator

Finished benchmarking commit (ce3cb03): comparison URL.

Overall result: no relevant changes - no action needed

@rustbot label: -perf-regression

Instruction count

This benchmark run did not return any relevant results for this metric.

Max RSS (memory usage)

Results

This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.

mean range count
Regressions ❌
(primary)
- - 0
Regressions ❌
(secondary)
1.5% [1.5%, 1.5%] 1
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
-3.8% [-4.4%, -3.4%] 3
All ❌✅ (primary) - - 0

Cycles

Results

This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.

mean range count
Regressions ❌
(primary)
- - 0
Regressions ❌
(secondary)
- - 0
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
-2.5% [-2.7%, -2.4%] 2
All ❌✅ (primary) - - 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nightly segfaults when compiling Zenoh with non-zero opt-level
5 participants