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

Disable lto on modules with dll exports (lld-link bug)

This commit is contained in:
Brian Fiete 2022-01-13 11:40:44 -05:00
parent 0c3f9a139d
commit 1b5f85615a
2 changed files with 6 additions and 0 deletions

View file

@ -106,6 +106,7 @@ public:
BfCodeGenOptions mCodeGenOptions;
bool mHasDebugLoc;
bool mIsCodeView;
bool mHadDLLExport;
int mConstValIdx;
int mCmdCount;