Skip to content

Remove legacy bitcode for iOS #133297

New issue

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

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

Already on GitHub? # to your account

Merged
merged 2 commits into from
Nov 25, 2024
Merged

Remove legacy bitcode for iOS #133297

merged 2 commits into from
Nov 25, 2024

Conversation

dianqk
Copy link
Member

@dianqk dianqk commented Nov 21, 2024

Follow #117364.

@rustbot
Copy link
Collaborator

rustbot commented Nov 21, 2024

r? @fmease

rustbot has assigned @fmease.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@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 21, 2024
@rustbot
Copy link
Collaborator

rustbot commented Nov 21, 2024

These commits modify compiler targets.
(See the Target Tier Policy.)

@@ -3412,7 +3409,6 @@ impl Target {
key!(main_needs_argc_argv, bool);
key!(has_thread_local, bool);
key!(obj_is_bitcode, bool);
key!(forces_embed_bitcode, bool);
key!(bitcode_llvm_cmdline);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LLVM still leave some code related to llvmcmd, but I believe this will also be removed in the future.

@rustbot
Copy link
Collaborator

rustbot commented Nov 21, 2024

These commits modify compiler targets.
(See the Target Tier Policy.)

@nikic
Copy link
Contributor

nikic commented Nov 24, 2024

@bors r+

@bors
Copy link
Collaborator

bors commented Nov 24, 2024

📌 Commit 7cc5fee has been approved by nikic

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 24, 2024
bors added a commit to rust-lang-ci/rust that referenced this pull request Nov 24, 2024
Rollup of 6 pull requests

Successful merges:

 - rust-lang#132730 (std: allow after-main use of synchronization primitives)
 - rust-lang#133105 (only store valid proc macro item for doc link)
 - rust-lang#133260 (Constify the `Deref`/`DerefMut` traits, too)
 - rust-lang#133297 (Remove legacy bitcode for iOS)
 - rust-lang#133298 (Mention that std::fs::remove_dir_all fails on files)
 - rust-lang#133384 (add a test for target-feature-ABI warnings in closures and when calling extern fn)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 8d20d71 into rust-lang:master Nov 25, 2024
6 checks passed
@rustbot rustbot added this to the 1.85.0 milestone Nov 25, 2024
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Nov 25, 2024
Rollup merge of rust-lang#133297 - DianQK:embed-bitcode-ios, r=nikic

Remove legacy bitcode for iOS

Follow rust-lang#117364.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
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.

6 participants