[PATCH] D64014: [Object/ELF.h] - Improve error reporting.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 3 03:41:56 PDT 2019


grimar marked an inline comment as done.
grimar added inline comments.


================
Comment at: test/Object/invalid.test:468
 
-# RELOC-BROKEN-ENTSIZE: Invalid entity size
+# RELOC-BROKEN-ENTSIZE: error: Invalid entity size
 
----------------
grimar wrote:
> jhenderson wrote:
> > Report/check the invalid size?
> No :) Because I am not changing this error message in this patch. (I only added a `error:` prefix to this test case).
(I am only touching ELF.h/ELF.cpp)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64014/new/

https://reviews.llvm.org/D64014





More information about the llvm-commits mailing list