This is an archive of the discontinued LLVM Phabricator instance.

[Fuzzer] When building for Fuchsia, add an explicit libc++ dependency
ClosedPublic

Authored by phosek on Mar 9 2018, 4:55 PM.

Details

Summary

libFuzzer dependes on C++ library, when building for Fuchsia, we
need to ensure that libFuzzer is only being built after libc++
has been built, so we add an explicity dependency on it.

Diff Detail

Event Timeline

phosek created this revision.Mar 9 2018, 4:55 PM
Herald added subscribers: Restricted Project, llvm-commits, mgorny. · View Herald Transcript
This revision is now accepted and ready to land.Mar 9 2018, 5:13 PM
This revision was automatically updated to reflect the committed changes.