search for: flag2b

Displaying 2 results from an estimated 2 matches for "flag2b".

Did you mean: flag2
2017 Aug 24
2
llvm-mc-[dis]assemble-fuzzer status?
...uzzer. The solution I was thinking about is (drum roll!) to encode the flags in the binary name, e.g. "./llvm-isel-fuzzer,-flag1,-flag2" and then read these flags from argv[0] in LLVMFuzzerInitialize() Then in oss-fuzz build.sh we will just do this: for flags in -flag1a,-flag1b -flag2a,-flag2b; do cp llvm-isel-fuzzer $OUT/llvm-isel-fuzzer,$flags done > > > Who else wants to be automatically CC-ed to all trophies? > > (I'll need to add your e-mail here: > > https://github.com/google/oss-fuzz/blob/master/projects/ > llvm/project.yaml) > > > > &gt...
2017 Aug 24
2
llvm-mc-[dis]assemble-fuzzer status?
On Tue, Aug 22, 2017 at 4:34 PM, Kostya Serebryany <kcc at google.com> wrote: > > > On Tue, Aug 22, 2017 at 4:21 PM, George Karpenkov <ekarpenkov at apple.com> > wrote: > >> Hi, >> >> As a part of a recent move of libFuzzer from LLVM to compiler-rt I am >> looking into updating the build code >> for the libraries which use libFuzzer.