[PATCH] D29324: [ELF] - Allow to combine sections of type SHT_NOTE with different attributes.
Owen Reynolds via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 31 04:42:59 PST 2017
gbreynoo added a comment.
This looks great but I think the comment could be made clearer:
If sections are of the SHT_NOTE type we allow them to be combined, even if flags are incompatible. As an example, some scripts from the linux kernal combine allocatable and non-allocatbale SHT_NOTE sections together.
https://reviews.llvm.org/D29324
More information about the llvm-commits
mailing list