Jonas Devlieghere
590001431b
[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
2023-12-13 15:47:54 -08:00
..
2023-11-23 13:56:34 +03:00
2023-11-23 13:56:34 +03:00
2023-12-13 15:47:54 -08:00
2023-09-27 13:37:35 +02:00
2023-09-28 15:27:13 +02:00
2023-09-27 13:37:35 +02:00
2023-09-27 13:37:35 +02:00
2023-09-27 13:37:35 +02:00
2023-08-21 11:09:18 +02:00
2023-08-21 11:09:18 +02:00
2023-08-21 11:09:18 +02:00
2023-08-21 11:09:18 +02:00
2023-08-21 11:09:18 +02:00
2023-08-21 11:09:18 +02:00
2023-11-23 13:56:34 +03:00
2023-08-21 11:09:18 +02:00
2023-11-23 13:56:34 +03:00
2023-08-21 11:09:18 +02:00
2023-08-14 10:22:17 -04:00
2023-08-14 09:43:47 -07:00
2023-08-21 11:09:18 +02:00
2023-08-21 11:09:18 +02:00
2023-08-21 11:09:18 +02:00
2023-08-21 11:09:18 +02:00
2023-08-21 11:09:18 +02:00
2023-11-23 13:56:34 +03:00
2023-08-21 11:09:18 +02:00
2023-11-23 13:56:34 +03:00
2023-08-21 11:09:18 +02:00
2023-08-21 11:09:18 +02:00
2023-08-21 11:09:18 +02:00
2023-08-21 11:09:18 +02:00
2023-08-21 11:09:18 +02:00
2023-11-23 13:56:34 +03:00
2023-11-23 13:56:34 +03:00
2023-08-21 11:09:18 +02:00
2023-08-21 11:09:18 +02:00
2023-08-21 11:09:18 +02:00
2023-11-23 13:56:34 +03:00
2023-05-17 17:03:15 +02:00
2023-11-23 13:56:34 +03:00
2023-08-21 11:09:18 +02:00
2023-08-21 11:09:18 +02:00
2023-11-23 13:56:34 +03:00
2023-09-27 13:37:35 +02:00
2023-09-07 14:26:49 -04:00
2023-08-21 11:09:18 +02:00
2023-11-23 13:56:34 +03:00
2023-08-21 11:09:18 +02:00
2023-11-23 13:56:34 +03:00
2023-08-21 11:09:18 +02:00
2023-08-21 11:09:18 +02:00
2023-08-21 11:09:18 +02:00
2023-08-21 11:09:18 +02:00
2023-08-21 11:09:18 +02:00
2023-10-10 15:45:40 -07:00
2023-08-21 11:09:18 +02:00
2023-08-21 11:09:18 +02:00
2023-08-21 11:09:18 +02:00
2023-11-03 12:57:41 -07:00
2023-08-21 11:09:18 +02:00
2023-12-13 15:47:54 -08:00
2023-08-21 11:09:18 +02:00
2023-09-02 13:35:53 +02:00
2023-11-23 13:56:34 +03:00
2023-08-21 11:09:18 +02:00