mingw: building and linking msvcrt-os.lib

This commit is contained in:
Andrew Kelley
2019-07-10 16:17:09 -04:00
parent ea90a3a9a1
commit 67f3bc9101
63 changed files with 4282 additions and 3 deletions

View File

@@ -15027,9 +15027,10 @@ static IrInstruction *ir_analyze_instruction_export(IrAnalyze *ira, IrInstructio
break;
}
} break;
case ZigTypeIdInt:
break;
case ZigTypeIdVoid:
case ZigTypeIdBool:
case ZigTypeIdInt:
case ZigTypeIdFloat:
case ZigTypeIdPointer:
case ZigTypeIdComptimeFloat: