-
Notifications
You must be signed in to change notification settings - Fork 98
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
Issue linking libunwind in release mode when using LTO #65
Closed
jethrogb opened this issue
Jan 21, 2019
· 3 comments
· Fixed by rust-lang/rust#57803 or rust-lang/rust#57914
Closed
Issue linking libunwind in release mode when using LTO #65
jethrogb opened this issue
Jan 21, 2019
· 3 comments
· Fixed by rust-lang/rust#57803 or rust-lang/rust#57914
Comments
I don't understand what's happening, the |
Simple repro:
|
This was referenced Jan 21, 2019
Centril
added a commit
to Centril/rust
that referenced
this issue
Jan 24, 2019
…lexcrichton Several changes to libunwind for SGX target Two fixes: * rust-lang#34978 bites again! * __rust_alloc are actually private symbols. Add new public versions. Also, these ones are `extern "C"`. Upstream changes (fortanix/llvm-project#2, fortanix/llvm-project#3): * b7357de Avoid too new relocation types being emitted * 0feefe5 Use new symbol names to call Rust allocator Fixes fortanix/rust-sgx#65
New fix: fortanix/llvm-project#4 |
bors
added a commit
to rust-lang/rust
that referenced
this issue
Jan 31, 2019
SGX target: clean up dist builder, update libunwind This incorporates fortanix/llvm-project#4 Fixes fortanix/rust-sgx#65 r? @alexcrichton
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
But without LTO:
The text was updated successfully, but these errors were encountered: