[PATCH] D29324: [ELF] - Allow to combine sections of type SHT_NOTE with different attributes.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 16 07:15:33 PST 2017
grimar added a comment.
Possible workaround for linux kernel is
change include/linux/elfnote.h to:
#define ELFNOTE(name, type, desc) \
ELFNOTE_START(name, type, "a") \
desc ; \
ELFNOTE_END
https://reviews.llvm.org/D29324
More information about the llvm-commits
mailing list