[PATCH] D59531: [ELF] Produce multiple PT_NOTE segments as needed
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 18 19:57:10 PDT 2019
pcc added a comment.
Is it possible for this to fail with a linker script that looks like:
SECTIONS {
. = SIZEOF_HEADERS;
.note1 : { *(.note1) }
. = 0x10000;
.note2 : { *(.note2) }
}
?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59531/new/
https://reviews.llvm.org/D59531
More information about the llvm-commits
mailing list