mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-15 06:36:07 +00:00

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