mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
[libFuzzer] menion the git mirror in the docs
llvm-svn: 266476
This commit is contained in:
parent
202510e60b
commit
5c9ea3ceb9
@ -22,6 +22,8 @@ First, implement a fuzzing target function, like this::
|
||||
Next, build the Fuzzer library as a static archive. Note that libFuzzer contains the `main()` function::
|
||||
|
||||
svn co http://llvm.org/svn/llvm-project/llvm/trunk/lib/Fuzzer
|
||||
# Alternative: get libFuzzer from a dedicated git mirror:
|
||||
# git clone https://chromium.googlesource.com/chromium/llvm-project/llvm/lib/Fuzzer
|
||||
clang++ -c -g -O2 -std=c++11 Fuzzer/*.cpp -IFuzzer
|
||||
ar ruv libFuzzer.a Fuzzer*.o
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user