]> git.lizzy.rs Git - rust.git/commit
std: Don't require rust_try as an exported symbol
authorAlex Crichton <alex@alexcrichton.com>
Tue, 12 May 2015 22:52:33 +0000 (15:52 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 19 May 2015 17:53:07 +0000 (10:53 -0700)
commit74f4f395aefd1054b8d8974a128007d0671e9d78
tree04cb70af0c63aa522ba89227e975944c656234ce
parent3d32cf5d9afdd8c375935ac875b2a20f24159e52
std: Don't require rust_try as an exported symbol

This commit adds a small non-generic non-inlineable shim function to
`rt::unwind::try` which the compiler can take care of for managing the exported
symbol instead of having to edit `src/rt/rust_try.ll`
src/libstd/rt/unwind/mod.rs