slackito wrote:
I think this change broke lldb/test/Shell/Unwind/split-machine-functions.test.
I can reproduce locally at HEAD with `ninja check-lldb-shell-unwind`.
The test binary has a symbol named `_Z3foov.cold` and the test expects the
backtrace to print the name of the cold part of the function like this:
```
# SPLIT: frame #1: {{.*}}`foo() (.cold) +
```
but now it gets
```
frame #1: 0x000055555555514f split-machine-functions.test.tmp`foo() + 12
```
https://github.com/llvm/llvm-project/pull/137408
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits