[llvm] r246471 - [libFuzzer] update the docs to mention llvm-as-fuzzer
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 31 11:57:25 PDT 2015
Author: kcc
Date: Mon Aug 31 13:57:24 2015
New Revision: 246471
URL: http://llvm.org/viewvc/llvm-project?rev=246471&view=rev
Log:
[libFuzzer] update the docs to mention llvm-as-fuzzer
Modified:
llvm/trunk/docs/LibFuzzer.rst
Modified: llvm/trunk/docs/LibFuzzer.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LibFuzzer.rst?rev=246471&r1=246470&r2=246471&view=diff
==============================================================================
--- llvm/trunk/docs/LibFuzzer.rst (original)
+++ llvm/trunk/docs/LibFuzzer.rst Mon Aug 31 13:57:24 2015
@@ -336,8 +336,6 @@ Build (make sure to use fresh clang as t
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
@@ -348,6 +346,11 @@ Clang can also be fuzzed with Tokens_ us
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
--------
@@ -364,6 +367,7 @@ The corpuses are stored in git on github
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
@@ -445,6 +449,8 @@ Trophies
* 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/
More information about the llvm-commits
mailing list