| commit | 896cbc40adbe9e6e7bff089e91de9e9a76fbeaf8 | [log] [tgz] |
|---|---|---|
| author | Rui Ueyama <ruiu@google.com> | Wed May 10 16:57:50 2017 +0000 |
| committer | Rui Ueyama <ruiu@google.com> | Wed May 10 16:57:50 2017 +0000 |
| tree | 8e8211ef808e5f25fddb1dac92e7c1b0938d6eb2 | |
| parent | 4cd7a15ceabf8648e00a1b844b723a8dd68142b2 [diff] |
[ELF] Improve error message for incompatible section types Previously we were not printing out the type of the incompatible section which made it difficult to determine what the problem was. The error message format has been change to the following: error: section type mismatch for .shstrtab >>> <internal>:(.shstrtab): SHT_STRTAB >>> output section .shstrtab: Unknown Patch by Alexander Richardson. Differential Revision: https://reviews.llvm.org/D32488 llvm-svn: 302694