Skip to content
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

llvm-wrapper: Pass newly added param to DIBuilder::createStaticMemberType() #117948

Merged
merged 2 commits into from
Nov 16, 2023

Conversation

aeubanks
Copy link
Contributor

@aeubanks aeubanks commented Nov 15, 2023

This was added in llvm/llvm-project#72234.
DW_TAG_member was the implicit default before.

The LLVM change is quite sinister since due to weakly typed ints and default params, this was still successfully compiling against LLVM but was passing the wrong parameters.

…rType()

This was added in llvm/llvm-project#72234.
DW_TAG_member was the implicit default before.
@rustbot
Copy link
Collaborator

rustbot commented Nov 15, 2023

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

Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (S-waiting-on-review and S-waiting-on-author) stays updated, invoking these commands when appropriate:

  • @rustbot author: the review is finished, PR author should check the comments and take action accordingly
  • @rustbot review: the author is ready for a review, this PR will be queued again in the reviewer's queue

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Nov 15, 2023
@aeubanks
Copy link
Contributor Author

@rustbot label: +llvm-main

@durin42 ptal

@rustbot rustbot added the llvm-main Marks PRs that are making Rust work with LLVM main (this label is consumed by CI tooling) label Nov 15, 2023
@rust-log-analyzer

This comment has been minimized.

@durin42
Copy link
Contributor

durin42 commented Nov 15, 2023

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Nov 15, 2023

📌 Commit e2c3e94 has been approved by durin42

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 Nov 15, 2023
@durin42
Copy link
Contributor

durin42 commented Nov 15, 2023

Er, hang on. https://buildkite.com/llvm-project/rust-llvm-integrate-prototype/builds/23773 looks like this didn't compile on LLVM 18 either?

@bors r-

@bors bors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Nov 15, 2023
@aeubanks
Copy link
Contributor Author

that's from a different change that landed <1hr ago: llvm/llvm-project#72011

@aeubanks
Copy link
Contributor Author

that's from a different change that landed <1hr ago: llvm/llvm-project#72011

#117954 to fix that one

@durin42
Copy link
Contributor

durin42 commented Nov 15, 2023

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Nov 15, 2023

📌 Commit e2c3e94 has been approved by durin42

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-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Nov 15, 2023
@bors
Copy link
Collaborator

bors commented Nov 16, 2023

⌛ Testing commit e2c3e94 with merge 4816302...

bors added a commit to rust-lang-ci/rust that referenced this pull request Nov 16, 2023
llvm-wrapper: Pass newly added param to DIBuilder::createStaticMemberType()

This was added in llvm/llvm-project#72234.
DW_TAG_member was the implicit default before.

The LLVM change is quite sinister since due to weakly typed ints and default params, this was still successfully compiling against LLVM but was passing the wrong parameters.
@rust-log-analyzer
Copy link
Collaborator

The job aarch64-gnu failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
downloading https://static.rust-lang.org/dist/2023-10-04/cargo-beta-aarch64-unknown-linux-gnu.tar.xz
extracting /checkout/obj/build/cache/2023-10-04/rust-std-beta-aarch64-unknown-linux-gnu.tar.xz
extracting /checkout/obj/build/cache/2023-10-04/rustc-beta-aarch64-unknown-linux-gnu.tar.xz
extracting /checkout/obj/build/cache/2023-10-04/cargo-beta-aarch64-unknown-linux-gnu.tar.xz
##[error]The runner has received a shutdown signal. This can happen when the runner service is stopped, or a manually started runner is canceled.
##[group]Clock drift check
  local time: Thu Nov 16 00:02:01 UTC 2023
  network time: Thu, 16 Nov 2023 00:02:01 GMT
##[endgroup]
##[endgroup]
Session terminated, killing shell... ...killed.
##[error]The operation was canceled.

@bors
Copy link
Collaborator

bors commented Nov 16, 2023

💔 Test failed - checks-actions

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Nov 16, 2023
@aeubanks
Copy link
Contributor Author

looks like a flake, will need another merge attempt

@cuviper
Copy link
Member

cuviper commented Nov 16, 2023

@bors retry

@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 Nov 16, 2023
@bors
Copy link
Collaborator

bors commented Nov 16, 2023

⌛ Testing commit e2c3e94 with merge 6faa181...

@bors
Copy link
Collaborator

bors commented Nov 16, 2023

☀️ Test successful - checks-actions
Approved by: durin42
Pushing 6faa181 to master...

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

Finished benchmarking commit (6faa181): 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.5% [0.5%, 0.5%] 1
Regressions ❌
(secondary)
5.7% [5.7%, 5.7%] 1
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
-3.8% [-3.8%, -3.8%] 1
All ❌✅ (primary) 0.5% [0.5%, 0.5%] 1

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.4% [0.4%, 0.4%] 1
Regressions ❌
(secondary)
- - 0
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
-1.3% [-1.3%, -1.3%] 1
All ❌✅ (primary) 0.4% [0.4%, 0.4%] 1

Binary size

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

Bootstrap: 675.491s -> 676.425s (0.14%)
Artifact size: 311.08 MiB -> 311.08 MiB (0.00%)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
llvm-main Marks PRs that are making Rust work with LLVM main (this label is consumed by CI tooling) 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. T-compiler Relevant 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.

7 participants