refactoring debug/be_quiet, fatal on dont_optimize and instrument_file

This commit is contained in:
van Hauser
2020-08-02 22:28:16 +02:00
parent 6041b1c486
commit 1cddd51662
13 changed files with 39 additions and 32 deletions

View File

@ -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