mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 12:18:08 +00:00
refactoring debug/be_quiet, fatal on dont_optimize and instrument_file
This commit is contained in:
@ -38,5 +38,14 @@ void initInstrumentList();
|
||||
bool isInInstrumentList(llvm::Function *F);
|
||||
unsigned long long int calculateCollisions(uint32_t edges);
|
||||
|
||||
#ifndef IS_EXTERN
|
||||
#define IS_EXTERN
|
||||
#endif
|
||||
|
||||
IS_EXTERN int debug;
|
||||
IS_EXTERN int be_quiet;
|
||||
|
||||
#undef IS_EXTERN
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user