]> granicus.if.org Git - clang/commit
Use the correct ObjC EH personality
authorBenjamin Kramer <benny.kra@googlemail.com>
Sun, 8 Jan 2017 22:58:07 +0000 (22:58 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sun, 8 Jan 2017 22:58:07 +0000 (22:58 +0000)
commit3a07c87d4dc20c8d6b02a1d6cf38a5d1eb245a7f
tree12ddadae698f8e61c4cb983cd310c9753ca74efe
parent64f15d6d009732951aa9c549c52fa67a03ae13b7
Use the correct ObjC EH personality

This fixes ObjC exceptions on Win64 (which uses SEH), among others.

Patch by Jonathan Schleifer!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@291408 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCleanup.h
lib/CodeGen/CGException.cpp