Include an archive file name in an error message for a bad file.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 28991 Build 28990: arc lint + arc unit
Event Timeline
Comment Actions
LGTM
| lld/ELF/InputFiles.cpp | ||
|---|---|---|
| 1204 | Not directly a comment on this change... but maybe we should also change the text of these error messages to indicate a general cause in addition to the specific cause, something like "corrupt ELF file (invalid data encoding)". | |
Comment Actions
- address review comment
| lld/ELF/InputFiles.cpp | ||
|---|---|---|
| 1204 | Makes sense. Updated the error messages. | |
Not directly a comment on this change... but maybe we should also change the text of these error messages to indicate a general cause in addition to the specific cause, something like "corrupt ELF file (invalid data encoding)".