Skip to content

Commit

Permalink
Update config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mboehme authored Aug 19, 2017
1 parent b57a87a commit 1a0fa05
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config.h
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,13 @@

#define MAX_FACTOR 32

/* This enables tracing of the executed CG and CFG edges. In some cases,
the CG and CFGs are that LLVM produces are incomplete due to register-
indirect jumps or calls. To add edges use script/add_edges.py. Don't
forget to set environment variable AFLGO_PROFILER_FILE.
$ export AFLGO_PROFILER_FILE=<your-file> */

//#define AFLGO_TRACING

#endif /* ! _HAVE_CONFIG_H */

0 comments on commit 1a0fa05

Please sign in to comment.