Currently, we report:
error: ...
Prepend argv[0] (tool name):
llvm-readobj: error: ...
This is consistent with most GNU binutils/clang/lld. It gives a bit more
context in a long build log.
Differential D66425
[llvm-readobj] Prepend argv[0] to error messages MaskRay on Aug 19 2019, 9:20 AM. Authored by
Details Currently, we report: error: ... Prepend argv[0] (tool name): llvm-readobj: error: ... This is consistent with most GNU binutils/clang/lld. It gives a bit more
Diff Detail
Event Timeline
Comment Actions Use llvm-readelf{{(\.exe)?}}: error: '{{.*}}': for Windows. Thanks grimar for pointing that out. The concrete error message is OS specific "No such file or ..." so we can't test it.
Comment Actions LGTM, I can confirm it works now. A minor suggestion is inlined.
|
Unrelated?