summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2019-07-16 21:15:19 +0000
committerDavid Blaikie <dblaikie@gmail.com>2019-07-16 21:15:19 +0000
commit40580d36c4de7dfbff897ab72cc4e535c33d09c5 (patch)
treeef7d3701c23efb2f49cc04f20a16c39b1bdef136 /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py
parente559f62506423d5df23355862e11d233ff3c5242 (diff)
downloadbcm5719-llvm-40580d36c4de7dfbff897ab72cc4e535c33d09c5.tar.gz
bcm5719-llvm-40580d36c4de7dfbff897ab72cc4e535c33d09c5.zip
DWARF: Skip zero column for inline call sites
D64033 <https://reviews.llvm.org/D64033> added DW_AT_call_column for inline sites. However, that change wasn't aware of "-gno-column-info". To avoid adding column info when "-gno-column-info" is used, now DW_AT_call_column is only added when we have non-zero column (when "-gno-column-info" is used, column will be zero). Patch by Wenlei He! Differential Revision: https://reviews.llvm.org/D64784 llvm-svn: 366264
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud