[PATCH] D30156: llvm-mc-fuzzer: add support for assembly

Brian Cain via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 20 13:01:02 PST 2017


bcain added a comment.

In https://reviews.llvm.org/D30156#681438, @dsanders wrote:

> > Currently we just attempt assembly and ignore the result.
>
> Ignoring the result is the right thing to do since failure to assemble is an expected response to some inputs. Whether it's a correct response to a particular input can be found by separately running the corpus through the assembler and comparing against a reference (most likely, another assembler).


Just to make sure we're all on the same page, I think anything leveraging a reference assembler is out of scope (for now anyways).


Repository:
  rL LLVM

https://reviews.llvm.org/D30156





More information about the llvm-commits mailing list