This is an archive of the discontinued LLVM Phabricator instance.

[libFuzzer] Diff 46 - Expose Sanitizer Coverage's functions that are rewritten with a different implementation.
ClosedPublic

Authored by mpividori on Jan 12 2017, 11:01 AM.

Details

Summary

Hi,
We need to expose Sanitizer Coverage's functions that are rewritten with a different implementation, so compiler-rt's libraries have access to it.
In particular, for windows, asan dll needs to access to the new implementation, when doing interception as explained in https://reviews.llvm.org/D28600 .
Thanks,
Marcos

Diff Detail

Repository
rL LLVM

Event Timeline

mpividori updated this revision to Diff 84146.Jan 12 2017, 11:01 AM
mpividori retitled this revision from to [libFuzzer] Diff 46 - Expose Sanitizer Coverage's functions that are rewritten with a different implementation..
mpividori updated this object.
mpividori added reviewers: kcc, zturner, aizatsky.
mpividori set the repository for this revision to rL LLVM.
mpividori added a subscriber: llvm-commits.
kcc accepted this revision.Jan 17 2017, 12:56 PM

LGTM

This revision is now accepted and ready to land.Jan 17 2017, 12:56 PM
This revision was automatically updated to reflect the committed changes.