| commit | a593000f0133bccfeabb5f89b8c9d9533d2106bd | [log] [tgz] |
|---|---|---|
| author | Reid Kleckner <reid@kleckner.net> | Wed Feb 11 21:40:48 2015 +0000 |
| committer | Reid Kleckner <reid@kleckner.net> | Wed Feb 11 21:40:48 2015 +0000 |
| tree | 9a0e4939e3655257631c64903b577682e3ed207c | |
| parent | 59c8aa92b8933fdf1cfefdaadc877c7ad640d4cb [diff] |
Add the 'noinline' attribute to call sites within __try bodies LLVM doesn't support non-call exceptions, so inlining makes it harder to catch such asynchronous exceptions. llvm-svn: 228876