From e748d2f2af40895f1b067aaa74ac2ca2b737a243 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Tue, 19 Sep 2023 16:15:26 +0100 Subject: Update to LLVM-17 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index f1b62320f..3d8637757 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -85,7 +85,7 @@ gb_global Timings global_timings = {0}; #include "llvm_backend.cpp" #if defined(GB_SYSTEM_OSX) - #include + #include #if LLVM_VERSION_MAJOR < 11 #error LLVM Version 11+ is required => "brew install llvm@11" #endif -- cgit v1.2.3