This is an archive of the discontinued LLVM Phabricator instance.

[libFuzzer] Re-enable libFuzzer on i386 Linux and fix test
ClosedPublic

Authored by metzman on May 1 2019, 5:19 PM.

Details

Summary

Re-enable libFuzzer on i386 Linux after it was accidentally
disabled.

Also disable gc-sections.test on i386 since lld isn't
garbage collecting properly with ASAN on i386.

Diff Detail

Event Timeline

metzman created this revision.May 1 2019, 5:19 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 1 2019, 5:19 PM
Herald added subscribers: llvm-commits, Restricted Project, mgorny, srhines. · View Herald Transcript
metzman retitled this revision from [libFuzzer] Re-enable libFuzzer on i386 Linux and fix tests to [libFuzzer] Re-enable libFuzzer on i386 Linux and fix test.May 1 2019, 5:22 PM

Please take a look.
This reenables libFuzzer on i386 on Linux (accidentally disabled here), and fixes a previously failing test.

This revision is now accepted and ready to land.May 2 2019, 8:54 AM
This revision was automatically updated to reflect the committed changes.