1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00

Fixed mDeclModule changes from this morning

This commit is contained in:
Brian Fiete 2019-09-07 15:18:56 -07:00
parent 3616305378
commit 43b78a6c25
3 changed files with 21 additions and 15 deletions

View file

@ -1735,6 +1735,7 @@ public:
void UnreifyModule();
void Cleanup();
void StartNewRevision(RebuildKind rebuildKind = RebuildKind_All, bool force = false);
void PrepareForIRWriting(BfTypeInstance* typeInst);
void EnsureIRBuilder(bool dbgVerifyCodeGen = false);
void DbgFinish();
BfIRValue CreateForceLinkMarker(BfModule* module, String* outName);