[PATCH] D35798: [compiler-rt] Allow libignore to handle modules with multiple executable sections
Francis Ricci via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 24 09:10:53 PDT 2017
fjricci planned changes to this revision.
fjricci added a comment.
I think the need for this may actually reveal a deeper issue. Only the address range for the first executable section will be added to the suppression. The two ways around that would be to 1) allow the suppression to take multiple ranges or 2) don't use sections in procmaps for executable segments (lsan doesn't care about executable segments anyway)
https://reviews.llvm.org/D35798
More information about the llvm-commits
mailing list