[llvm-mc-fuzzer] Fix -jobs option.
authorDaniel Sanders <daniel.sanders@imgtec.com>
Sat, 26 Sep 2015 17:09:01 +0000 (17:09 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Sat, 26 Sep 2015 17:09:01 +0000 (17:09 +0000)
commit0ff0eb0687f97d56ad1a5bc57fd65a1578a303e9
tree141da3abdae06e84c3d864d352bc8cfe9e0f1b8d
parent68dc5fad79c52dcbcbb2f28b142c661fd9945276
[llvm-mc-fuzzer] Fix -jobs option.

The fuzzer argument parser will ignore all options starting with '--' so
operation mode options should begin with '--' and fuzzer options should begin
with '-'. Fuzzer arguments must still follow --fuzzer-args so that they escape
the parsing performed by the CommandLine library.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248671 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LibFuzzer.rst
tools/llvm-mc-fuzzer/llvm-mc-fuzzer.cpp