mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-23 10:08:00 +02:00
Initial LLVM 18.1.4 support
This commit is contained in:
parent
aa4f9f7dfa
commit
2dd6423fab
19 changed files with 1288 additions and 711 deletions
|
@ -15,13 +15,13 @@
|
|||
#include "BeefySysLib/util/String.h"
|
||||
#include "BfAst.h"
|
||||
#include "BfSystem.h"
|
||||
#include "llvm/Support/Compiler.h"
|
||||
/*#include "llvm/Support/Compiler.h"
|
||||
#include "llvm/IR/IRBuilder.h"
|
||||
#include "llvm/IR/Type.h"
|
||||
#include "llvm/IR/DIBuilder.h"
|
||||
#include "llvm/IR/DebugInfo.h"
|
||||
#include "llvm/IR/Argument.h"
|
||||
#include "llvm/IR/Constants.h"
|
||||
#include "llvm/IR/Constants.h"*/
|
||||
#include "BfResolvedTypeUtils.h"
|
||||
#include <unordered_set>
|
||||
#include "BfContext.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue