diff options
author | Reid Kleckner <rnk@google.com> | 2017-05-31 22:18:49 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2017-05-31 22:18:49 +0000 |
commit | c2f1bbfe4fbd6229bd3d0e46f7882ca753976405 (patch) | |
tree | 790d04c9aeca42ea8356bf39eeaf2250fc96b454 /llvm/lib/CodeGen/CodeGen.cpp | |
parent | 97e2cf87e1a0cdfcb9330c364ac1be1535be99b9 (diff) | |
download | llvm-c2f1bbfe4fbd6229bd3d0e46f7882ca753976405.zip llvm-c2f1bbfe4fbd6229bd3d0e46f7882ca753976405.tar.gz llvm-c2f1bbfe4fbd6229bd3d0e46f7882ca753976405.tar.bz2 |
[EH] Fix the LSDA that we emit for unknown EH personalities
We should have a single call site entry with no landing pad. This
indicates that no EH action should be taken and the unwinder should
unwind to the next frame.
We currently don't recognize __gxx_personality_seh0 as a known
personality, so we forcibly emit a table, and that table was wrong. This
was filed as PR33220. Now we emit a correct table for that personality.
The next step is to recognize that we can completely skip the table for
this personality.
llvm-svn: 304363
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
0 files changed, 0 insertions, 0 deletions