This is an archive of the discontinued LLVM Phabricator instance.

[fuzzer] Update and enable libFuzzer on Fuchsia
ClosedPublic

Authored by aarongreen on Jan 29 2018, 4:10 PM.

Details

Summary

This change updates the Fuchsia-specific code to use the C++ friendly duration expressions and flips on the building of libclang_rt.fuzzer-x86_64.a and similar for Fuchsia. Given that compiler-rt doesn't build on Fuchsia, test have been run by explicitly building the library and linking it against lib/fuzzer/tests/FuzzerUnittest.cpp.

Diff Detail

Repository
rL LLVM

Event Timeline

aarongreen created this revision.Jan 29 2018, 4:10 PM
Herald added subscribers: Restricted Project, llvm-commits, mgorny, srhines. · View Herald TranscriptJan 29 2018, 4:10 PM
flowerhack accepted this revision.Jan 29 2018, 4:21 PM
This revision is now accepted and ready to land.Jan 29 2018, 4:21 PM
This revision was automatically updated to reflect the committed changes.