Remove the need for LLVM_BACKEND_SUPPORT

This commit is contained in:
gingerBill
2021-04-25 19:49:29 +01:00
parent cd125c0f41
commit 66a70b9d27
4 changed files with 11 additions and 22 deletions
-2
View File
@@ -1,4 +1,3 @@
#if defined(LLVM_BACKEND_SUPPORT)
#if defined(GB_SYSTEM_WINDOWS)
#include "llvm-c/Core.h"
#include "llvm-c/ExecutionEngine.h"
@@ -30,7 +29,6 @@
#include <llvm-c/Transforms/Utils.h>
#include <llvm-c/Transforms/Vectorize.h>
#endif
#endif
struct lbProcedure;