diff options
author | George Rimar <grimar@accesssoftek.com> | 2018-12-04 10:10:50 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2018-12-04 10:10:50 +0000 |
commit | 026cc2ff9552fa372bd5a38397fd0866d69fd96d (patch) | |
tree | c271418de0c24890d04eb89e9bb022ef8f83fdce /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py | |
parent | 7e981f330b2f204b3ec4b3b7af90ea3f950af822 (diff) | |
download | bcm5719-llvm-026cc2ff9552fa372bd5a38397fd0866d69fd96d.tar.gz bcm5719-llvm-026cc2ff9552fa372bd5a38397fd0866d69fd96d.zip |
[llvm-mc] - Do not crash when referencing undefined debug sections.
MC has code that pre-creates few debug sections:
https://github.com/llvm-mirror/llvm/blob/master/lib/MC/MCObjectFileInfo.cpp#L396
If users code has a reference to such section but does not redefine it,
MC code currently asserts, because still thinks they are normally defined.
The patch fixes the issue.
Differential revision: https://reviews.llvm.org/D55173
llvm-svn: 348243
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py')
0 files changed, 0 insertions, 0 deletions