commit | 25a93c54f3aa1e31da2d04fe0a4c9b7b4de68c7b | [log] [tgz] |
---|---|---|
author | Ivan Krasin <krasin@chromium.org> | Thu Sep 01 01:38:32 2016 +0000 |
committer | Ivan Krasin <krasin@chromium.org> | Thu Sep 01 01:38:32 2016 +0000 |
tree | d20e5bfe72f3b5149d63a4bcfe00832efb642f3e | |
parent | f47e6af72a0a2d2c1e042a5578582dda2410a72b [diff] |
Fix libc++ configuration with -fsanitize-coverage Summary: a recent change (r280015) in libc++ configuration broke LibFuzzer bot: http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fuzzer/builds/12245 It's not restricted just to that bot; any code that uses the sanitize coverage and configures libc++ hits it. This CL fixes the issue. Reviewers: compnerd Subscribers: aizatsky Differential Revision: https://reviews.llvm.org/D24116 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@280335 91177308-0d34-0410-b5e6-96231b3b80d8