[PATCH] D45980: [WebAssembly] Use section index in relocation section header

Yury Delendik via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 23 17:42:34 PDT 2018


yurydelendik added a comment.

Looks good to me. Does it make sense to check/assert in parseRelocSection what type of section is referred to -- just to ensure we are dealing with CODE and DATA sections (while we have multiple reloc section formats in the wild)?


Repository:
  rL LLVM

https://reviews.llvm.org/D45980





More information about the llvm-commits mailing list