1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-04 23:36:00 +02:00

Added TargetTriple, fixed asm stuff for non-x86 LLVM

This commit is contained in:
Brian Fiete 2019-10-17 06:30:17 -07:00
parent 079574a4e7
commit e2dad5f838
8 changed files with 110 additions and 11 deletions

View file

@ -208,7 +208,7 @@ public:
int mPtrSize;
bool mIsOptimized;
bool mFailed;
String mErrorMsg;
String mErrorMsg;
public:
BfIRCodeGenBase()