[Lldb-commits] [lldb] [lldb] Use the function block as a source for function ranges (PR #117996)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 28 03:52:21 PST 2024
================
@@ -10,7 +10,7 @@
# CHECK: 1 match found in {{.*}}
# CHECK: Summary: {{.*}}`foo
-# CHECK: Function: id = {{.*}}, name = "foo", ranges = [0x0000000000000000-0x0000000000000007)[0x0000000000000007-0x000000000000000e)[0x0000000000000014-0x000000000000001b)[0x000000000000001b-0x000000000000001c)
+# CHECK: Function: id = {{.*}}, name = "foo", ranges = [0x0000000000000000-0x000000000000000e)[0x0000000000000014-0x000000000000001c)
----------------
labath wrote:
Because the block ranges get automatically coalesced (which is a good thing, I guess).
https://github.com/llvm/llvm-project/pull/117996
More information about the lldb-commits
mailing list