summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStdStringFunction.py
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2016-08-26 01:27:50 +0000
committerJim Ingham <jingham@apple.com>2016-08-26 01:27:50 +0000
commit1bf7d30469dae7d5e0c3303273c0e2411a2c406c (patch)
tree60d56bbb7c487724a74546e4a3fcaf15cc25e2bb /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStdStringFunction.py
parent03e8e60e367d0d225f9aff869ee3d6a3e2aee9f2 (diff)
downloadbcm5719-llvm-1bf7d30469dae7d5e0c3303273c0e2411a2c406c.tar.gz
bcm5719-llvm-1bf7d30469dae7d5e0c3303273c0e2411a2c406c.zip
Make all the Function implementations different so the compiler won't share them.
Clang on ARM64 was making the three Function methods with identical bodies have one implementation that was shared. That threw off the count of breakpoints, since we don't count as separate locations three functions with the same address. I also cleaned up the test case while I was at it. <rdar://problem/27001915> llvm-svn: 279800
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStdStringFunction.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud