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

Support UEFI: fix object generation type for UEFI target. #623

Merged
merged 1 commit into from Sep 28, 2021

Conversation

xiaoyuxlu
Copy link
Contributor

In order to compile ring on x86_64-unknown-uefi target, but there is no x86_64-unknown-uefi target in LLVM. So object generation type need be fix.

We tried this patch on the ring. See: https://github.com/jyao1/ring/tree/uefi_support

@alexcrichton
Copy link
Member

Seems reasonable to me, thanks!

@alexcrichton alexcrichton merged commit b2792e3 into rust-lang:master Sep 28, 2021
xiaoyuxlu pushed a commit to xiaoyuxlu/rust that referenced this pull request Nov 23, 2021
UEFI target need to fix object type for LLVM
REF: rust-lang/cc-rs#623
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

3 participants