Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add UWTable attr to functions with a personality function
Adding a personality function forces LLVM to generate unwinding info that might be incorrect. To solve it, always apply the UWTable attribute when setting a personality function. Fixes rust-lang#123733
- Loading branch information