This is an archive of the discontinued LLVM Phabricator instance.

[Fuzzer] Avoid C++ compiler checks for fuzzer C++ library
ClosedPublic

Authored by phosek on Apr 13 2018, 2:42 PM.

Details

Summary

When bulding libFuzzer as part of the toolchain, C++ library may not
have been fully built yet so the C++ compiler checks will fail, but we
don't care since we don't need C++ library anyway as we're building
our own.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek created this revision.Apr 13 2018, 2:42 PM
Herald added subscribers: Restricted Project, llvm-commits, mgorny. · View Herald TranscriptApr 13 2018, 2:42 PM
vitalybuka accepted this revision.Apr 13 2018, 3:02 PM
This revision is now accepted and ready to land.Apr 13 2018, 3:02 PM
This revision was automatically updated to reflect the committed changes.