[PATCH] D37495: llvm-isel-fuzzer: Handle a subset of backend flags in the executable name

Justin Bogner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 5 17:18:52 PDT 2017


bogner added a comment.

In https://reviews.llvm.org/D37495#861652, @kcc wrote:

> > this handrolls a subset of cl::opts to recognize
>
> This sounds good.
>
> But there should be some way to find out which "handrolled subsets" are available.


Sure. I've been planning  to write up some overview type docs (possibly pulling the `Fuzzing components of LLVM` parts out of the libFuzzer docs and expanding on them). I think that's probably the right place for this.


Repository:
  rL LLVM

https://reviews.llvm.org/D37495





More information about the llvm-commits mailing list