Committed r291408. Thanks!
On Sun, Jan 8, 2017 at 9:03 PM, Jonathan Schleifer via cfe-commits
wrote:
> Sorry, it seems the inline patch has been garbled.
>
> Trying as an attachment this time.
>
>
> --
> Jonathan
>
>
> ___
> cfe-commits mailing list
> c
Sorry, it seems the inline patch has been garbled.
Trying as an attachment this time.
0001-Use-the-correct-ObjC-EH-personality.patch
Description: Binary data
--
Jonathan
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cg
Use the correct ObjC EH personality
This fixes ObjC exceptions on Win64 (which uses SEH), among others.
---
lib/CodeGen/CGCleanup.h | 2 ++
lib/CodeGen/CGException.cpp | 8
2 files changed, 10 insertions(+)
diff --git a/lib/CodeGen/CGCleanup.h b/lib/CodeGen/CGCleanup.h
index 2166490ec1