This is an archive of the discontinued LLVM Phabricator instance.

[Fuzzer] Use private libc++ even for Fuchsia
ClosedPublic

Authored by phosek on Jun 6 2018, 10:21 AM.

Details

Summary

On Fuchsia, we use libc++ compiled with ASan for our ASan built
executable which means we cannot use the same libc++ for libFuzzer when
building fuzz targets, instead we'll link a custom internal libc++ into
Fuchsia's build of libFuzzer like we already do on Linux.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek created this revision.Jun 6 2018, 10:21 AM
Herald added subscribers: Restricted Project, llvm-commits, mgorny. · View Herald Transcript
morehouse accepted this revision.Jun 6 2018, 10:31 AM
This revision is now accepted and ready to land.Jun 6 2018, 10:31 AM
phosek updated this revision to Diff 150177.Jun 6 2018, 12:17 PM
vitalybuka accepted this revision.Jun 6 2018, 1:51 PM
morehouse accepted this revision.Jun 6 2018, 2:09 PM
This revision was automatically updated to reflect the committed changes.