mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Wrap all LLVM C includes
This commit is contained in:
@@ -10,6 +10,10 @@
|
|||||||
|
|
||||||
gb_global Timings global_timings = {0};
|
gb_global Timings global_timings = {0};
|
||||||
|
|
||||||
|
#if defined(LLVM_BACKEND_SUPPORT)
|
||||||
|
#include "llvm-c/Types.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#include "parser.hpp"
|
#include "parser.hpp"
|
||||||
#include "checker.hpp"
|
#include "checker.hpp"
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
#include "llvm-c/Types.h"
|
|
||||||
|
|
||||||
struct Scope;
|
struct Scope;
|
||||||
struct Ast;
|
struct Ast;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user