[PATCH] D21317: [sanitizer] Allow sanitize coverage w/o sanitizers.

Evgeniy Stepanov via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 14 13:41:49 PDT 2016


eugenis added a comment.

In http://reviews.llvm.org/D21317#457784, @kcc wrote:

> Can you at least add a compiler-rt test where we ensure that this flag can not be used such that it wil compile but fail to link?
>
> E.g.
>
>   clang -fsanitize-coverage=edge x.c 
>
> should compile *and* link (and run)


http://reviews.llvm.org/D21339


Repository:
  rL LLVM

http://reviews.llvm.org/D21317





More information about the cfe-commits mailing list