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

Version update

This commit is contained in:
Brian Fiete 2020-04-07 10:45:59 -07:00
parent 90f59b4f5d
commit 2e6a53298d

View file

@ -985,7 +985,7 @@ void BfModule::FinishInit()
}
mBfIRBuilder->Module_AddModuleFlag("Debug Info Version", 3);
mDICompileUnit = mBfIRBuilder->DbgCreateCompileUnit(llvm::dwarf::DW_LANG_C_plus_plus, mModuleName, ".", "Beef Compiler 0.42", /*moduleOptions.mOptLevel > 0*/false, "", 0, !mHasFullDebugInfo);
mDICompileUnit = mBfIRBuilder->DbgCreateCompileUnit(llvm::dwarf::DW_LANG_C_plus_plus, mModuleName, ".", "Beef Compiler 0.42.2", /*moduleOptions.mOptLevel > 0*/false, "", 0, !mHasFullDebugInfo);
}
mAwaitingInitFinish = false;