This is an archive of the discontinued LLVM Phabricator instance.

do more processing in clang-fuzzer (use EmitAssemblyAction)
ClosedPublic

Authored by kcc on Jun 15 2017, 7:06 PM.

Event Timeline

kcc created this revision.Jun 15 2017, 7:06 PM
kcc added a comment.Jun 16 2017, 2:28 PM

ignore this for now. I've found how to make it even more interesting (by using llvm::InitializeAllTargets, etc), will send an update later.

kcc updated this revision to Diff 106573.Jul 13 2017, 6:21 PM

Use EmitObjAction; also link and initialize the targets so
that we actually call the optimizer.

This revision is now accepted and ready to land.Jul 14 2017, 1:20 AM
kcc closed this revision.Jul 14 2017, 11:42 AM