diff options
| author | John McCall <rjmccall@apple.com> | 2010-11-07 02:35:25 +0000 |
|---|---|---|
| committer | John McCall <rjmccall@apple.com> | 2010-11-07 02:35:25 +0000 |
| commit | 2faab302e0d6c369b95b200ff4e140516782c8b6 (patch) | |
| tree | 3904b3ba31b2861cd45ba2d2e92283301452b3f5 /clang/lib/CodeGen/CGException.h | |
| parent | 5665a93bc5a02e2e0535d701149414d3c26852a9 (diff) | |
| download | bcm5719-llvm-2faab302e0d6c369b95b200ff4e140516782c8b6.tar.gz bcm5719-llvm-2faab302e0d6c369b95b200ff4e140516782c8b6.zip | |
ARM EH uses a different personality function in C.
llvm-svn: 118366
Diffstat (limited to 'clang/lib/CodeGen/CGException.h')
| -rw-r--r-- | clang/lib/CodeGen/CGException.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CGException.h b/clang/lib/CodeGen/CGException.h index 9c81a4e7a84..5e6f1511aec 100644 --- a/clang/lib/CodeGen/CGException.h +++ b/clang/lib/CodeGen/CGException.h @@ -44,6 +44,7 @@ class EHPersonality { public: static const EHPersonality &get(const LangOptions &Lang); static const EHPersonality GNU_C; + static const EHPersonality GNU_C_SJLJ; static const EHPersonality GNU_ObjC; static const EHPersonality NeXT_ObjC; static const EHPersonality GNU_CPlusPlus; |

