File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed
Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,13 @@ setup.log
3232# executables
3333llfuzz
3434check_corpus
35+ cov
36+ pattern-check
37+ clean
38+ alive-tv
39+ llmutate
40+ distance
41+ fuzzer
3542
3643# llvm files
3744* .bc
6774
6875llfuzz-out
6976* .tar
70- compile_flags.txt
71- cov
72- pattern-check
73- clean
74- alive-tv
75- llmutate
76- distance
77+ compile_flags.txt
Original file line number Diff line number Diff line change @@ -2,14 +2,15 @@ MAKE=@make
22DUNE =@dune
33LN =@ln -sf
44RM =@rm
5- EXE =llfuzz
5+ EXE =fuzzer
66
77.PHONY : clean
88
99all : fmt
1010 $(DUNE ) build
1111 $(LN ) _build/default/src/main.exe $(EXE )
12- $(LN ) _build/default/src/program/check_corpus.exe check_corpus
12+ $(LN ) _build/default/src/check_corpus.exe check_corpus
13+ $(LN ) _build/default/src/llmutate.exe llmutate
1314
1415test : all
1516 $(DUNE ) test
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ eval $(SHELL=bash opam env --switch=$OPTIMUZZ_OPAM_SWITCH)
2626opam pin https://github.com/prosyslab/logger.git
2727opam install -j $NCPU dune ctypes domainslib progress ocamlgraph ocamlformat merlin ocp-index ocp-indent ocaml-lsp-server
2828scripts/llvm20.sh
29- scrtips /alive.sh
29+ scripts /alive.sh
3030
3131make
3232# opam install -j $NCPU llvm.16.0.6+nnp
You can’t perform that action at this time.
0 commit comments