[libFuzzer] update the docs to mention llvm-as-fuzzer
authorKostya Serebryany <kcc@google.com>
Mon, 31 Aug 2015 18:57:24 +0000 (18:57 +0000)
committerKostya Serebryany <kcc@google.com>
Mon, 31 Aug 2015 18:57:24 +0000 (18:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246471 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LibFuzzer.rst

index 954160e1e31e07a3136f82394e4064c91b786b35..ccf404df95aa16075b8b8a288859a6035d788c0c 100644 (file)
@@ -336,8 +336,6 @@ Build (make sure to use fresh clang as the host compiler)::
 
 Optionally build other kinds of binaries (asan+Debug, msan, ubsan, etc).
 
 
 Optionally build other kinds of binaries (asan+Debug, msan, ubsan, etc).
 
-TODO: commit the pre-fuzzed corpus to svn (?).
-
 Tracking bug: https://llvm.org/bugs/show_bug.cgi?id=23052
 
 clang-fuzzer
 Tracking bug: https://llvm.org/bugs/show_bug.cgi?id=23052
 
 clang-fuzzer
@@ -348,6 +346,11 @@ Clang can also be fuzzed with Tokens_ using ``-tokens=$LLVM/lib/Fuzzer/cxx_fuzze
 
 Tracking bug: https://llvm.org/bugs/show_bug.cgi?id=23057
 
 
 Tracking bug: https://llvm.org/bugs/show_bug.cgi?id=23057
 
+llvm-as-fuzzer
+--------------
+
+Tracking bug: https://llvm.org/bugs/show_bug.cgi?id=24639
+
 Buildbot
 --------
 
 Buildbot
 --------
 
@@ -364,6 +367,7 @@ The corpuses are stored in git on github and can be used like this::
   bin/clang-format-fuzzer fuzzing-with-sanitizers/llvm/clang-format/C1
   bin/clang-fuzzer        fuzzing-with-sanitizers/llvm/clang/C1/
   bin/clang-fuzzer        fuzzing-with-sanitizers/llvm/clang/TOK1  -tokens=$LLVM/llvm/lib/Fuzzer/cxx_fuzzer_tokens.txt
   bin/clang-format-fuzzer fuzzing-with-sanitizers/llvm/clang-format/C1
   bin/clang-fuzzer        fuzzing-with-sanitizers/llvm/clang/C1/
   bin/clang-fuzzer        fuzzing-with-sanitizers/llvm/clang/TOK1  -tokens=$LLVM/llvm/lib/Fuzzer/cxx_fuzzer_tokens.txt
+  bin/llvm-as-fuzzer      fuzzing-with-sanitizers/llvm/llvm-as/C1  -only_ascii=1
 
 
 FAQ
 
 
 FAQ
@@ -445,6 +449,8 @@ Trophies
 
   * libc++: https://llvm.org/bugs/show_bug.cgi?id=24411
 
 
   * libc++: https://llvm.org/bugs/show_bug.cgi?id=24411
 
+  * llvm-as: https://llvm.org/bugs/show_bug.cgi?id=24639
+
 
 
 .. _pcre2: http://www.pcre.org/
 
 
 .. _pcre2: http://www.pcre.org/