[PATCH] D15049: [asan] Skip all non-shared objects in FindFirstDSOCallback.

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 7 11:08:50 PST 2015


eugenis added a comment.

Of course, every DSO has LOAD segments.
Sorry, it looks like I don't understand the purpose of this change. What exactly is this not-shared-object that you are trying to avoid? The main executable? I think on linux it can be distinguished by empty dlpi_name.


http://reviews.llvm.org/D15049





More information about the llvm-commits mailing list