summaryrefslogtreecommitdiff
path: root/driver/optmain.ml
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2016-12-06 16:18:04 +0000
committerDamien Doligez <damien.doligez@gmail.com>2016-12-06 17:18:04 +0100
commita35c6117e6a2c957d5dc3ba950375718f09a5cb5 (patch)
tree2b878a68717766c9ab65ed3df1acdef6a55a8932 /driver/optmain.ml
parent59380cd23e7c94e4970d7484bd8742c235893c11 (diff)
downloadocaml-a35c6117e6a2c957d5dc3ba950375718f09a5cb5.tar.gz
Instrumentation for american fuzzy lop (afl-fuzz) (#504)
Diffstat (limited to 'driver/optmain.ml')
-rw-r--r--driver/optmain.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/driver/optmain.ml b/driver/optmain.ml
index c069cb4f8e..f28be9aec4 100644
--- a/driver/optmain.ml
+++ b/driver/optmain.ml
@@ -105,6 +105,8 @@ module Options = Main_args.Make_optcomp_options (struct
let _a = set make_archive
let _absname = set Location.absname
+ let _afl_instrument = set afl_instrument
+ let _afl_inst_ratio n = afl_inst_ratio := n
let _annot = set annotations
let _binannot = set binary_annotations
let _c = set compile_only