summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/FlagsTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [libFuzzer] Allow non-fuzzer args after -ignore_remaining_args=1Justin Bogner2017-07-141-0/+32
With this change, libFuzzer will ignore any arguments after a sigil argument, but it will preserve these arguments at the end of the command line when launching subprocesses. Using this, its possible to handle positional and single-dash arguments to the program under test by discarding everything up to -ignore_remaining_args=1 in LLVMFuzzerInitialize. llvm-svn: 308069
OpenPOWER on IntegriCloud