diff options
author | Pavel Labath <pavel@labath.sk> | 2019-05-27 11:53:24 +0000 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2019-05-27 11:53:24 +0000 |
commit | ae4ec62cc9a027ed017f640305be9c3d630f5775 (patch) | |
tree | a531fe25048e9088575666ef599afe519c214544 /llvm/lib/CodeGen/LiveDebugValues.cpp | |
parent | a53d48b7f45d45c7ffbfe9cffcf6be078cab2f66 (diff) | |
download | llvm-ae4ec62cc9a027ed017f640305be9c3d630f5775.zip llvm-ae4ec62cc9a027ed017f640305be9c3d630f5775.tar.gz llvm-ae4ec62cc9a027ed017f640305be9c3d630f5775.tar.bz2 |
FuncUnwinders: prefer debug_frame over eh_frame
The two sections usually contain the same information, and we rarely
have both kinds of entries for a single function. However, in theory the
debug_frame plan can be more complete, whereas eh_frame is only required
to be correct at places where exceptions can be thrown.
Reviewers: jasonmolenda, clayborg
Subscribers: lldb-commits
Differential Revision: https://reviews.llvm.org/D62374
llvm-svn: 361758
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugValues.cpp')
0 files changed, 0 insertions, 0 deletions