[PATCH] D64470: [Object/ELF] - Improve error reporting for notes.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 11 06:18:06 PDT 2019
grimar added inline comments.
================
Comment at: test/tools/llvm-readobj/gnu-notes.test:24
# LLVM-NEXT: NoteSection {
-# LLVM-NEXT: Offset: 0x340
+# LLVM-NEXT: Offset: 0x200
# LLVM-NEXT: Size: 0x20
----------------
jhenderson wrote:
> Any particular reason you've changed these Offset values?
The original YAML contained redundant sections like `.text`, `.eh_frame` and also symbols. I cleaned it up and
that changed the offsets.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64470/new/
https://reviews.llvm.org/D64470
More information about the llvm-commits
mailing list