Bug 1289194 - Experimental LibFuzzer integration. r=glandium

MozReview-Commit-ID: 9njDcbltyow
This commit is contained in:
Christian Holler (:decoder)
2016-09-01 15:07:01 +02:00
parent f5ca8252c8
commit 0ee2e05a6f
16 changed files with 315 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/sh
mkdir tmp/
git clone --no-checkout --depth 1 https://chromium.googlesource.com/chromium/llvm-project/llvm/lib/Fuzzer tmp/
mv tmp/.git .
rm -Rf tmp
git reset --hard HEAD