-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rollup of 4 pull requests #117887
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
Rollup of 4 pull requests #117887
Conversation
getHostCPUName calls into libkstat but as of LLVM 16.0.6 libLLVMTargetParser is not explicitly linked against libkstat causing builds to fail due to undefined symbols. See also: llvm/llvm-project#64186
Suggestions are reordered to to make sure potential missing expect on Option/Result runs before the suggestion to remove the last method call
This was broken by upstream llvm/llvm-project@dc6d077. It's easy enough to use a regex match to support both, so we do that. r? @nikic @rustbot label: +llvm-main
…rapper, r=cuviper rustc_llvm: Link to libkstat on Solaris/SPARC getHostCPUName calls into libkstat but as of LLVM 16.0.6 libLLVMTargetParser is not explicitly linked against libkstat causing builds to fail due to undefined symbols. See also: llvm/llvm-project#64186
…ver-last-method-call, r=compiler-errors Reorder checks to make sure potential missing expect on Option/Result… … runs before removing last method call Fixes rust-lang#117669
…rrors `fn args_ref_X` to `fn args_X`
tests: update check for inferred nneg on zext This was broken by upstream llvm/llvm-project@dc6d077. It's easy enough to use a regex match to support both, so we do that. r? `@nikic` `@rustbot` label: +llvm-main
@bors r+ rollup=never p=4 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: 85b8450466 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (ba7c7a3): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis 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.
CyclesResultsThis 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.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 674.958s -> 674.708s (-0.04%) |
Successful merges:
fn args_ref_X
tofn args_X
#117870 (fn args_ref_X
tofn args_X
)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup