| commit | 98fe58a3a7e209002b8ecfd94f1419973a29028c | [log] [tgz] |
|---|---|---|
| author | Rui Ueyama <ruiu@google.com> | Wed Nov 26 22:17:25 2014 +0000 |
| committer | Rui Ueyama <ruiu@google.com> | Wed Nov 26 22:17:25 2014 +0000 |
| tree | b9937cbfd63a5540a46e8b6c16ef60f300f66f81 | |
| parent | 0a18fca00749cf06429a6339ece15811478fe056 [diff] |
Object/COFF: Fix off-by-one error for object having lots of relocations llvm-objdump printed out an error message for this off-by-one error, but because it always exits with 0 whether or not it found an error, the test (llvm-objdump/coff-many-relocs.test) succeeded. I made llvm-objdump exit with EXIT_FAILURE when an error is found. llvm-svn: 222852