[PATCH] D29364: [ELF] Handle multiple discontiguous .note sections

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 1 02:01:29 PST 2017


grimar added a comment.

I think this also needs testcase which shows that next case still creates single PT_NOTE segment:

  .note : { *(.note.a) *(.note.b) }




Repository:
  rL LLVM

https://reviews.llvm.org/D29364





More information about the llvm-commits mailing list