diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2023-12-13 15:47:54 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-13 15:47:54 -0800 |
commit | 590001431b44ec4f3209db5a4d50cc8ebc959a93 (patch) | |
tree | 4d39b1c1e9af873b9af7869e8e73d06b3b82d37a /llvm/unittests/DebugInfo/LogicalView/CodeViewReaderTest.cpp | |
parent | fcce84322742882010d6b524bbfd9d4355b213c7 (diff) | |
download | llvm-590001431b44ec4f3209db5a4d50cc8ebc959a93.zip llvm-590001431b44ec4f3209db5a4d50cc8ebc959a93.tar.gz llvm-590001431b44ec4f3209db5a4d50cc8ebc959a93.tar.bz2 |
[dsymutil] Improve missing symbol warning message (#75378)
The current warning emitted by dsymutil when it can't find a symbol in
an object file is worded rather poorly:
```
could not find object file symbol for symbol _foo
```
It's also lacking information that makes the warning actionable, such as
the object file it's looking at. This patch rewords the warning and adds
the object file path to the warning:
```
could not find symbol '_foo' in object file 'test.o'
```
rdar://119621065
Diffstat (limited to 'llvm/unittests/DebugInfo/LogicalView/CodeViewReaderTest.cpp')
0 files changed, 0 insertions, 0 deletions