[PATCH] D36970: [sanitizer] Do not over-dup string flags

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 21 11:11:11 PDT 2017


cryptoad abandoned this revision.
cryptoad added a comment.

`FlagHandlerInclude`  actually maps a new buffer before calling `Parse` and then unmaps it, so that change wouldn't work in that case.
I will find another way to do this.


https://reviews.llvm.org/D36970





More information about the llvm-commits mailing list