mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
More changes for nullable(T)
This commit is contained in:
parent
68bf7bc801
commit
966b886fcc
2 changed files with 26 additions and 2 deletions
|
@ -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.2", /*moduleOptions.mOptLevel > 0*/false, "", 0, !mHasFullDebugInfo);
|
||||
mDICompileUnit = mBfIRBuilder->DbgCreateCompileUnit(llvm::dwarf::DW_LANG_C_plus_plus, mModuleName, ".", "Beef Compiler 0.42.3", /*moduleOptions.mOptLevel > 0*/false, "", 0, !mHasFullDebugInfo);
|
||||
}
|
||||
|
||||
mAwaitingInitFinish = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue