From 3a0822f094b578157263e04114075ad7df81db41 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sun, 21 Jun 2015 13:59:01 +0000 Subject: Vendor import of llvm trunk r240225: https://llvm.org/svn/llvm-project/llvm/trunk@240225 --- docs/LibFuzzer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/LibFuzzer.rst') diff --git a/docs/LibFuzzer.rst b/docs/LibFuzzer.rst index 47bdfd3a27d0..1ac75a406985 100644 --- a/docs/LibFuzzer.rst +++ b/docs/LibFuzzer.rst @@ -112,7 +112,7 @@ Here we show how to use lib/Fuzzer on something real, yet simple: pcre2_:: (cd pcre; ./autogen.sh; CC="clang -fsanitize=address $COV_FLAGS" ./configure --prefix=`pwd`/../inst && make -j && make install) # Build lib/Fuzzer files. clang -c -g -O2 -std=c++11 Fuzzer/*.cpp -IFuzzer - # Build the the actual function that does something interesting with PCRE2. + # Build the actual function that does something interesting with PCRE2. cat << EOF > pcre_fuzzer.cc #include #include "pcre2posix.h" -- cgit v1.2.3