This is an archive of the discontinued LLVM Phabricator instance.

[Fuzzer] Use Zircon's public API on Fuchsia
ClosedPublic

Authored by phosek on Feb 6 2018, 5:26 PM.

Details

Summary

The original libFuzzer Fuchsia port relied on convenience libraries,
but these are not exported as part of Fuchsia sysroot. This change
eliminates the use of these libraries and relies on public API only.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek created this revision.Feb 6 2018, 5:26 PM
Herald added subscribers: Restricted Project, llvm-commits. · View Herald TranscriptFeb 6 2018, 5:26 PM
This revision is now accepted and ready to land.Feb 6 2018, 7:42 PM
This revision was automatically updated to reflect the committed changes.