[PATCH] D12318: [ASan] Enable optional ASan recovery

Yury Gribov via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 16 14:34:58 PDT 2015


ygribov added a comment.

> I think this is a useful feature but I'm a bit worried about the implementation complexity.


You mean the report lock part? I agree, although I'm not sure how to simplify it. Perhaps always abort in case of conflict?

> We've been running entire Android devices with ASan, and having them crash at boot due to a single bug is moderately annoying.


Yup, that's my use-case as well.


Repository:
  rL LLVM

http://reviews.llvm.org/D12318





More information about the llvm-commits mailing list