diff options
author | Jim Ingham <jingham@apple.com> | 2016-08-26 01:27:50 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2016-08-26 01:27:50 +0000 |
commit | 1bf7d30469dae7d5e0c3303273c0e2411a2c406c (patch) | |
tree | 60d56bbb7c487724a74546e4a3fcaf15cc25e2bb /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStdStringFunction.py | |
parent | 03e8e60e367d0d225f9aff869ee3d6a3e2aee9f2 (diff) | |
download | bcm5719-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