1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00

Debugging helpers

This commit is contained in:
Brian Fiete 2020-10-13 13:41:41 -07:00
parent f1b685b4c7
commit 0b02483971
2 changed files with 5 additions and 1 deletions

View file

@ -495,7 +495,11 @@ public:
BE_VALUE_TYPE(BeFunction, BeConstant);
BeModule* mModule;
#ifdef _DEBUG
StringT<256> mName;
#else
String mName;
#endif
BfIRLinkageType mLinkageType;
bool mAlwaysInline;
bool mNoUnwind;