about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--instrumentation/afl-compiler-rt.o.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/afl-compiler-rt.o.c b/instrumentation/afl-compiler-rt.o.c
index cddde87c..de780be0 100644
--- a/instrumentation/afl-compiler-rt.o.c
+++ b/instrumentation/afl-compiler-rt.o.c
@@ -40,7 +40,7 @@
 #include <sys/wait.h>
 #include <sys/types.h>
 
-#if !__GNUC__
+#if __llvm__
   #include "llvm/Config/llvm-config.h"
 #endif