aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/afl-cc.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/afl-cc.c b/src/afl-cc.c
index 8e7af0f9..ff0f3c07 100644
--- a/src/afl-cc.c
+++ b/src/afl-cc.c
@@ -1788,6 +1788,15 @@ int main(int argc, char **argv, char **envp) {
}
+ if (!be_quiet && (compiler_mode == GCC || compiler_mode == CLANG)) {
+
+ WARNF(
+ "You are using outdated instrumentation, install LLVM and/or "
+ "gcc-plugin and use afl-clang-fast/afl-clang-lto/afl-gcc-fast "
+ "instead!");
+
+ }
+
if (debug) {
DEBUGF("cd '%s';", getthecwd());