mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 15:26:00 +02:00
Improved handling of mGhostDependencies. Codegen Abort
This commit is contained in:
parent
9988dec99d
commit
a82cc0534d
6 changed files with 37 additions and 4 deletions
|
@ -161,6 +161,7 @@ enum BfIRCmd : uint8
|
|||
BfIRCmd_Module_SetTargetTriple,
|
||||
BfIRCmd_Module_AddModuleFlag,
|
||||
BfIRCmd_WriteIR,
|
||||
BfIRCmd_Abort,
|
||||
|
||||
BfIRCmd_SetType,
|
||||
BfIRCmd_SetInstType,
|
||||
|
@ -1199,6 +1200,7 @@ public:
|
|||
void SetBackend(bool isBeefBackend);
|
||||
void RemoveIRCodeGen();
|
||||
void WriteIR(const StringImpl& fileName);
|
||||
void AbortStream();
|
||||
|
||||
void Module_SetTargetTriple(const StringImpl& targetTriple, const StringImpl& targetCPU);
|
||||
void Module_AddModuleFlag(const StringImpl& flag, int val);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue