-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Rename 'src/bootstrap/native.rs' to llvm.rs #109418
Rename 'src/bootstrap/native.rs' to llvm.rs #109418
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Mark-Simulacrum (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 (
|
☔ The latest upstream changes (presumably #108659) made this pull request unmergeable. Please resolve the merge conflicts. |
@albertlarsan68 Done. |
Not quite, try again! :) |
@albertlarsan68 Should I rebase my fork master with the branch I created with my changes? I don't get it, it's my first time 😅 |
I would run |
@albertlarsan68 Guess it's done. |
e764634
to
6d93c6c
Compare
I rebased for you. |
6d93c6c
to
b630d8a
Compare
☔ The latest upstream changes (presumably #109497) made this pull request unmergeable. Please resolve the merge conflicts. |
b630d8a
to
4ba3a2a
Compare
@albertlarsan68 Guess everything is Ok now, I'll be pending if anything goes wrong (Hope this isn't the case 😅). |
4ba3a2a
to
5d66f99
Compare
Renamed 'native.rs' to 'llvm.rs', also moved `TestHelpers` to `test.rs`.Replaced all the `native.rs` ocurrences at `src/bootstrap` files to `llvm.rs`
5d66f99
to
291ddb8
Compare
Looking at diff +101/-101, looks correct. |
Great! |
@rustbot review |
Thanks! @bors r+ |
🌲 The tree is currently closed for pull requests below priority 100. This pull request will be tested once the tree is reopened. |
…iaskrgr Rollup of 7 pull requests Successful merges: - rust-lang#108625 (More config.toml.example cleanups) - rust-lang#109418 (Rename 'src/bootstrap/native.rs' to llvm.rs) - rust-lang#109580 (Remove some stale FIXMEs in new solver) - rust-lang#109582 (Refactor: Separate `LocalRef` variant for not-evaluated-yet operands) - rust-lang#109650 (Remove Nilstrieb from review rotation) - rust-lang#109656 (Update cargo) - rust-lang#109658 (Backport 1.68.1 and 1.68.2 release notes to `master`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixed #108240
Renamed 'native.rs' to 'llvm.rs', also moved
TestHelpers
totest.rs
. Replaced all thenative.rs
occurrences atsrc/bootstrap
files tollvm.rs