This is an archive of the discontinued LLVM Phabricator instance.

Add argument name mangling to llvm-mc-assemble-fuzzer
Needs ReviewPublic

Authored by BrandonTJones on Apr 9 2019, 3:04 AM.

Details

Reviewers
andreadb
grosbach
Summary

This is one of the only fuzzers that has an untraditional command line in context of argument parsing. A part of this is the number of different arguments llvm-mc itself can take. To help make this binary OSS-Fuzz compatible I have added -mtarget name mangling to this binary.

Diff Detail

Event Timeline

BrandonTJones created this revision.Apr 9 2019, 3:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 9 2019, 3:04 AM
Herald added a subscriber: mgorny. · View Herald Transcript