1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/fuzz/build_libFuzzer.sh
stefanocasazza 96de41f5ee sync+fix
2017-02-13 15:09:05 +01:00

9 lines
225 B
Bash
Executable File

#!/bin/sh
[ -e libFuzzer.a ] && exit 0
[ -d Fuzzer ] || git clone https://chromium.googlesource.com/chromium/llvm-project/llvm/lib/Fuzzer
cd Fuzzer
git checkout 29d1659edabe4ba2396f9697915bb7a0880cbd2f
cd ..
Fuzzer/build.sh