mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
Add LLVM > 14 check to main.cpp for Darwin.
This commit is contained in:
@@ -53,6 +53,9 @@ gb_global Timings global_timings = {0};
|
|||||||
#if LLVM_VERSION_MAJOR < 11
|
#if LLVM_VERSION_MAJOR < 11
|
||||||
#error LLVM Version 11+ is required => "brew install llvm@11"
|
#error LLVM Version 11+ is required => "brew install llvm@11"
|
||||||
#endif
|
#endif
|
||||||
|
#if LLVM_VERSION_MAJOR > 14
|
||||||
|
#error LLVM Version 11..=14 is required => "brew install llvm@14"
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "query_data.cpp"
|
#include "query_data.cpp"
|
||||||
|
|||||||
Reference in New Issue
Block a user