summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/step_scripted/TestStepScripted.py
diff options
context:
space:
mode:
authorJF Bastien <jfbastien@apple.com>2018-11-15 00:19:18 +0000
committerJF Bastien <jfbastien@apple.com>2018-11-15 00:19:18 +0000
commit3a881e6bbcb06a7e753f88249a29d427ecce64c5 (patch)
tree0017ed6e8adc60a88f22a6f5ef9a71d1ceaeac79 /lldb/packages/Python/lldbsuite/test/functionalities/step_scripted/TestStepScripted.py
parent22bdb3310809d8d2055afc262a0aa81c06100447 (diff)
downloadbcm5719-llvm-3a881e6bbcb06a7e753f88249a29d427ecce64c5.tar.gz
bcm5719-llvm-3a881e6bbcb06a7e753f88249a29d427ecce64c5.zip
CGDecl::emitStoresForConstant fix synthesized constant's name
Summary: The name of the synthesized constants for constant initialization was using mangling for statics, which isn't generally correct and (in a yet-uncommitted patch) causes the mangler to assert out because the static ends up trying to mangle function parameters and this makes no sense. Instead, mangle to `"__const." + FunctionName + "." + DeclName`. Reviewers: rjmccall Subscribers: dexonsmith, cfe-commits Differential Revision: https://reviews.llvm.org/D54055 llvm-svn: 346915
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/step_scripted/TestStepScripted.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud