diff options
author | Vedant Kumar <vsk@apple.com> | 2015-09-11 15:40:05 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2015-09-11 15:40:05 +0000 |
commit | db609471ce041c0a7fce1da73953cfd806258074 (patch) | |
tree | d34856c783a11b399481b2add997cec7e73edc8f /clang/lib/CodeGen/CGDebugInfo.cpp | |
parent | 9676db005e6cfc7e724a12365bb320e85422d1ba (diff) | |
download | bcm5719-llvm-db609471ce041c0a7fce1da73953cfd806258074.tar.gz bcm5719-llvm-db609471ce041c0a7fce1da73953cfd806258074.zip |
[CodeGen] Teach SimplifyPersonality about the updated LandingPadInst
When uses of personality functions were moved from LandingPadInst to
Function, we forgot to update SimplifyPersonality(). This patch corrects
that.
Note: SimplifyPersonality() is an optimization which replaces
personality functions with the default C++ personality when possible.
Without this update, some ObjC++ projects fail to link against C++
libraries (seeing as the exception ABI had effectively changed).
rdar://problem/22155434
llvm-svn: 247421
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.cpp')
0 files changed, 0 insertions, 0 deletions