Fortanix SGX target libunwind build process changes Ticket: https://github.com/fortanix/rust-sgx/issues/174 LLVM related changes (merged): https://github.com/rust-lang/llvm-project/pull/57 Description: libunwind changes needed to run code in sgx environment via rust-sgx. Target that uses this in rust: x86_64-fortanix-unknown-sgx. Without this change, rust std for this toolchain is forced to use a precompiled library loaded via environment variable. With this change we act the same as musl target. |
||
|---|---|---|
| .. | ||
| cloudabi | ||
| hermit | ||
| sgx | ||
| unix | ||
| vxworks | ||
| wasi | ||
| wasm | ||
| windows | ||
| mod.rs | ||