summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command
diff options
context:
space:
mode:
authorMehdi Amini <mehdi.amini@apple.com>2016-05-07 04:10:52 +0000
committerMehdi Amini <mehdi.amini@apple.com>2016-05-07 04:10:52 +0000
commit581f0e1451b590136917ad4ca68584433743025c (patch)
tree6c6311b0692d4818553bc390d7f4e72c82105286 /lldb/packages/Python/lldbsuite/test/expression_command
parent2a1ee0fc23eeec22811934f3ec939ccec1a3e19a (diff)
downloadbcm5719-llvm-581f0e1451b590136917ad4ca68584433743025c.tar.gz
bcm5719-llvm-581f0e1451b590136917ad4ca68584433743025c.zip
Refactor stripDebugInfo(Function) to handle intrinsic
This moves the code that handles stripping debug info intrinsic from StripDebugInfo(Module) to StripDebugInfo(Function). The latter is already walking every instructions so it makes sense to do it at the same time. This makes also stripDebugInfo(Function) as an API more useful: it is really dropping every debug info in the Function. Finally the existing code is trigerring an assertion when the Module is not fully materialized. From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 268847
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud