From 949f075247e5ecd3f146403626ea9730e928be4e Mon Sep 17 00:00:00 2001 From: hexcoder Date: Thu, 24 Dec 2020 12:08:01 +0100 Subject: revert condition on llvm-config.h (it did not work) --- 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 dfff8939..cddde87c 100644 --- a/instrumentation/afl-compiler-rt.o.c +++ b/instrumentation/afl-compiler-rt.o.c @@ -40,7 +40,7 @@ #include #include -#ifdef __llvm__ +#if !__GNUC__ #include "llvm/Config/llvm-config.h" #endif -- cgit 1.4.1