mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
6 lines
211 B
Bash
6 lines
211 B
Bash
#!/bin/sh
|
|
|
|
LIBFUZZER_REVISION=6937e68f927b6aefe526fcb9db8953f497e6e74d
|
|
|
|
d=$(dirname $0)
|
|
$d/git-copy.sh https://chromium.googlesource.com/chromium/llvm-project/llvm/lib/Fuzzer $LIBFUZZER_REVISION $d/../libFuzzer
|