mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Added TargetTriple, fixed asm stuff for non-x86 LLVM
This commit is contained in:
parent
079574a4e7
commit
e2dad5f838
8 changed files with 110 additions and 11 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include "BfIRBuilder.h"
|
||||
#include "BfSystem.h"
|
||||
#include "BfTargetTriple.h"
|
||||
|
||||
NS_BF_BEGIN
|
||||
|
||||
|
@ -53,6 +54,7 @@ class BfIRCodeGen : public BfIRCodeGenBase
|
|||
public:
|
||||
BfIRBuilder* mBfIRBuilder;
|
||||
|
||||
BfTargetTriple mTargetTriple;
|
||||
String mModuleName;
|
||||
llvm::LLVMContext* mLLVMContext;
|
||||
llvm::Module* mLLVMModule;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue