parent
35e387773c
commit
67aa5b12c1
@ -81,8 +81,8 @@ typedef uint32_t prev_loc_t;
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
static cl::opt<bool> Debug("debug", cl::desc("Debug prints"), cl::init(false),
|
||||
cl::NotHidden);
|
||||
static cl::opt<bool> Debug("debug-afl-coverage", cl::desc("Debug prints"),
|
||||
cl::init(false), cl::NotHidden);
|
||||
static cl::opt<uint32_t> InstRatio(
|
||||
"inst_ratio", cl::desc("Instrumentation ratio in percentage"),
|
||||
cl::init(100), cl::NotHidden);
|
||||
|
@ -148,7 +148,8 @@ enum AccountingGranularity {
|
||||
UKNOWN_GRAN
|
||||
};
|
||||
|
||||
static cl::opt<bool> Debug("debug", cl::desc("Debug prints"), cl::init(false),
|
||||
static cl::opt<bool> Debug("debug-coverage-accounting",
|
||||
cl::desc("Debug prints"), cl::init(false),
|
||||
cl::NotHidden);
|
||||
static cl::opt<std::string> GranularityStr(
|
||||
"granularity", cl::desc("Granularity of accounting (BB, FUNC)"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user