This is an archive of the discontinued LLVM Phabricator instance.

Fix libc++ configuration with -fsanitize-coverage
ClosedPublic

Authored by krasin on Aug 31 2016, 6:44 PM.

Details

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.

Diff Detail

Repository
rL LLVM

Event Timeline

krasin updated this revision to Diff 69940.Aug 31 2016, 6:44 PM
krasin retitled this revision from to Fix libc++ configuration with -fsanitize-coverage.
krasin updated this object.
krasin added a reviewer: compnerd.
krasin added a subscriber: aizatsky.
krasin updated this object.Aug 31 2016, 6:46 PM
This revision was automatically updated to reflect the committed changes.