Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When a
nounwind
function has a personality routine, LLVM messes up …
….seh directives (happens to `rust_try` in optimized builds). A workaround is to give `rust_try` the `uwtable` attribute. Also, make sure that the dummy "load from null" instruction inserted by init_function() gets cleaned up.
- Loading branch information