mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-18 17:08:21 +00:00
Wrap all LLVM C includes
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
|
||||
gb_global Timings global_timings = {0};
|
||||
|
||||
#if defined(LLVM_BACKEND_SUPPORT)
|
||||
#include "llvm-c/Types.h"
|
||||
#endif
|
||||
|
||||
|
||||
#include "parser.hpp"
|
||||
#include "checker.hpp"
|
||||
|
||||
Reference in New Issue
Block a user