diff options
author | Michael Buch <michaelbuch12@gmail.com> | 2025-04-29 07:13:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-29 07:13:04 +0100 |
commit | da7099290cea7d11b83da01adda8afeb3bcd5362 (patch) | |
tree | f76513fe1d03f8b89695016baeb9b98909f1029d /clang/lib/AST/ByteCode/Program.cpp | |
parent | 0ddb5794b7b47481ed713af0add392de324d5cd2 (diff) | |
download | llvm-da7099290cea7d11b83da01adda8afeb3bcd5362.zip llvm-da7099290cea7d11b83da01adda8afeb3bcd5362.tar.gz llvm-da7099290cea7d11b83da01adda8afeb3bcd5362.tar.bz2 |
Revert "[lldb][Format] Make function name frame-format variables work without debug-info" (#137757)
Reverts llvm/llvm-project#137408
This change broke `lldb/test/Shell/Unwind/split-machine-functions.test`.
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
```
Diffstat (limited to 'clang/lib/AST/ByteCode/Program.cpp')
0 files changed, 0 insertions, 0 deletions