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

Add a missing clause for writing sparc64 objects #317

Closed
wants to merge 1 commit into from

Conversation

alexcrichton
Copy link
Contributor

Just a missing branch of the match!

Just a missing branch of the `match`!
@philipc
Copy link
Contributor

philipc commented Jun 2, 2021

Thanks! Looks like I missed some other architectures too though. I can fix them later today if you don't want to.

@alexcrichton
Copy link
Contributor Author

Oh I'm just going by the failures on the rust-lang/rust PR for now, but I don't mind adding in more cases, I'll get to that tomorrow

@alexcrichton alexcrichton reopened this Jun 2, 2021
@alexcrichton
Copy link
Contributor Author

er, didn't mean to close, will push a new commit

@@ -83,6 +83,7 @@ impl Object {
Architecture::PowerPc64 => false,
Architecture::Riscv64 => false,
Architecture::Riscv32 => false,
Architecture::Sparc64 => false,
Copy link
Contributor

Choose a reason for hiding this comment

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

Based on LLVM, this should be true, and same for some of the other architectures. I'll do a new PR to fix these up.

@philipc philipc mentioned this pull request Jun 3, 2021
@philipc philipc closed this in #318 Jun 3, 2021
@alexcrichton
Copy link
Contributor Author

Ah oops, thanks though!

@alexcrichton alexcrichton deleted the write-sparc branch June 3, 2021 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants