Uh oh!
There was an error while loading. Please reload this page.
libcompiler_builtins: Don't build emutls.c - #38877
Conversation
rust-highfive
commented
Jan 6, 2017
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @nikomatsakis (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
I double-checked that It correctly builds without |
nikomatsakis
commented
Jan 7, 2017
I have no idea what this is about. =) |
alexcrichton
commented
Jan 7, 2017
@jdub in theory we never actually even use this file and we should actually stop compiling it. Did you find this necessary to fix something though? |
jdub
commented
Jan 7, 2017
Yeah, it fails to build on my non-Redox, non-Windows target because it's a bare metal target without POSIX/pthreads. 😄 If |
alexcrichton
commented
Jan 7, 2017
Yeah let's just update this to avoid compiling it entirely |
Rather than improving the check, let's ditch emutls.c entirely.
sanxiyn
commented
Jan 10, 2017
You may want to edit the first comment which is included as a commit message by bors, since it is now incorrect and probably will confuse future readers of git log. |
jdub
commented
Jan 10, 2017
@sanxiyn Thanks -- done. |
sanxiyn
commented
Jan 10, 2017
@bors r+ rollup |
bors
commented
Jan 10, 2017
📌 Commit 9f92d4f has been approved by |
libcompiler_builtins: Don't build emutls.c Rather than improving the check, let's ditch emutls.c entirely.
Rather than improving the check, let's ditch emutls.c entirely. rust-lang/rust#38877
Rather than improving the check, let's ditch emutls.c entirely.