mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
6 lines
211 B
Bash
6 lines
211 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
LIBFUZZER_REVISION=56bd1d43451cca4b6a11d3be316bb77ab159b09d
|
||
|
|
|
||
|
|
d=$(dirname $0)
|
||
|
|
$d/git-copy.sh https://chromium.googlesource.com/chromium/llvm-project/llvm/lib/Fuzzer $LIBFUZZER_REVISION $d/../libFuzzer
|