mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 15:26:00 +02:00
Added Target CPU workspace override
This commit is contained in:
parent
91e856fc0b
commit
125d5c0c8c
14 changed files with 34 additions and 13 deletions
|
@ -1167,7 +1167,7 @@ public:
|
|||
void RemoveIRCodeGen();
|
||||
void WriteIR(const StringImpl& fileName);
|
||||
|
||||
void Module_SetTargetTriple(const StringImpl& targetTriple);
|
||||
void Module_SetTargetTriple(const StringImpl& targetTriple, const StringImpl& targetCPU);
|
||||
void Module_AddModuleFlag(const StringImpl& flag, int val);
|
||||
|
||||
BfIRType GetPrimitiveType(BfTypeCode typeCode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue