This is an archive of the discontinued Mercurial Phabricator instance.

fuzz: if the caller of our makefile sets CC and CXX, trust them
ClosedPublic

Authored by durin42 on Feb 24 2021, 12:41 PM.

Details

Summary

This should fix the broken fuzzing build, because we've been
explicitly using clang++ but are now being given a CXX=afl++, which
does extra stuff.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

durin42 created this revision.Feb 24 2021, 12:41 PM
pulkit accepted this revision.Feb 27 2021, 12:19 PM
This revision is now accepted and ready to land.Feb 27 2021, 12:19 PM