about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm_util.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-09-24 09:47:30 +0000
committerbors <bors@rust-lang.org>2023-09-24 09:47:30 +0000
commitc7224e3c954ce54853364c950608c1f0ed47ea85 (patch)
tree266ea338b4a331fd370b880bf27102679d60451f /compiler/rustc_codegen_llvm/src/llvm_util.rs
parent44bd31c2163c944dbf061f52418900b11e1b707c (diff)
parent984ecefed8a12fc31200f5307f07acd7ce6b18c9 (diff)
downloadrust-c7224e3c954ce54853364c950608c1f0ed47ea85.tar.gz
rust-c7224e3c954ce54853364c950608c1f0ed47ea85.zip
Auto merge of #105861 - Ayush1325:uefi-std-minimial, r=workingjubilee
Add Minimal Std implementation for UEFI

# Implemented modules:
1. alloc
2. os_str
3. env
4. math

# Related Links
Tracking Issue: https://github.com/rust-lang/rust/issues/100499
API Change Proposal: https://github.com/rust-lang/libs-team/issues/87

# Additional Information
This was originally part of https://github.com/rust-lang/rust/pull/100316. Since that PR was becoming too unwieldy and cluttered, and with suggestion from `@dvdhrm,` I have extracted a minimal std implementation to this PR.

The example in `src/doc/rustc/src/platform-support/unknown-uefi.md` has been tested for `x86_64-unknown-uefi` and `i686-unknown-uefi` in OVMF. It would be great if someone more familiar with AARCH64 can help with testing for that target.

Signed-off-by: Ayush Singh <ayushsingh1325@gmail.com>
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm_util.rs')
0 files changed, 0 insertions, 0 deletions