summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2015-09-11 15:40:05 +0000
committerVedant Kumar <vsk@apple.com>2015-09-11 15:40:05 +0000
commitdb609471ce041c0a7fce1da73953cfd806258074 (patch)
treed34856c783a11b399481b2add997cec7e73edc8f /clang/lib/CodeGen/CGDebugInfo.cpp
parent9676db005e6cfc7e724a12365bb320e85422d1ba (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud