commit | 5a2b5ca7d2f675bf25f5d231dc144aa731c6b1d9 | [log] [tgz] |
---|---|---|
author | James Henderson <jh7370@my.bristol.ac.uk> | Wed May 08 13:28:58 2019 +0000 |
committer | James Henderson <jh7370@my.bristol.ac.uk> | Wed May 08 13:28:58 2019 +0000 |
tree | aa4c80c22905d9eb52c774936f06406c15966502 | |
parent | 6de5576af7f4a6e5e42915b2ac8bb1ec1cb88baa [diff] |
[llvm-objcopy] Improve error message for unrecognised archive member Prior to this patch, llvm-objcopy's error messages for archives with unsupported members only mentioned the archive name, not the member name, making them unhelpful. This change improves it by approximately following GNU objcopy's error message syntax of "<archive name>(<member name>): <problem>". Reviewed by: grimar Differential Revision: https://reviews.llvm.org/D61674 llvm-svn: 360251