From dbdb95bc2369d9961374abdf946277f322799802 Mon Sep 17 00:00:00 2001 From: hexcoder Date: Thu, 24 Dec 2020 10:46:59 +0100 Subject: use positive logic to be future safe --- instrumentation/afl-compiler-rt.o.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'instrumentation/afl-compiler-rt.o.c') 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 #include -#if !__GNUC__ +#if __llvm__ #include "llvm/Config/llvm-config.h" #endif -- cgit 1.4.1