This is an archive of the discontinued LLVM Phabricator instance.

libfuzzer: All building libfuzzer for ARM32
ClosedPublic

Authored by manojgupta on Oct 19 2021, 12:57 PM.

Details

Summary

We need libfuzzer libraries on Arm32 so that we can fuzz
Arm32 binaries on Linux (Chrome OS). Android already
allows Arm32 for libfuzzer.

Diff Detail

Event Timeline

manojgupta created this revision.Oct 19 2021, 12:57 PM
manojgupta requested review of this revision.Oct 19 2021, 12:57 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 19 2021, 12:57 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript

@kcc do you have any concerns?

Matt, do you think you can review this?

This revision is now accepted and ready to land.Nov 18 2021, 6:48 AM
This revision was automatically updated to reflect the committed changes.
DavidSpickett added a subscriber: DavidSpickett.EditedDec 7 2021, 3:23 AM

Since this change we've had check-2 timeouts on our 2 stage v7 bots https://lab.llvm.org/buildbot/#/builders/190/builds/513 (we have one building thumb and one Arm)

I see you already disabled some tests so I'm going to see if I can find the specific tests that are hanging and do the same.