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

Alexey Samsonov via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 26 13:46:03 PDT 2015


samsonov added a comment.

In http://reviews.llvm.org/D12318#233103, @ygribov wrote:

> Updated based on initial feedback. It seems we have way too many different names for recovery feature (UBSan's trap-on-error, MSan's keep-going, ASan's recover, noabort, etc.).


Right, naming is hard :( Speaking of user-visible flags, we should use  `-fsanitize-recover=address` flag (UBSan's trap-on-error corresponds to `-fsanitize-trap=` and is slightly different).


Repository:
  rL LLVM

http://reviews.llvm.org/D12318





More information about the llvm-commits mailing list