[PATCH] D21317: [sanitizer] Allow sanitize coverage w/o sanitizers.
Evgeniy Stepanov via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 13 17:40:14 PDT 2016
eugenis added a comment.
For the context, this is supposed to fix this problem:
https://bugs.chromium.org/p/chromium/issues/detail?id=618534
Of course there are other ways of dealing with that that do not require changing the compiler, but this change seems like the right thing to do. The limitation on the standalone use of coverage seems arbitrary.
Repository:
rL LLVM
http://reviews.llvm.org/D21317
More information about the cfe-commits
mailing list