Mark external thread local globals

This commit is contained in:
gingerBill
2021-05-05 11:47:47 +01:00
parent 08360e2337
commit 579b317be8
2 changed files with 22 additions and 0 deletions

View File

@@ -2176,6 +2176,9 @@ int main(int arg_count, char const **arg_ptr) {
case BuildMode_DynamicLibrary:
i32 result = linker_stage(&gen);
if (result != 0) {
if (build_context.show_timings) {
show_timings(&checker, timings);
}
return 1;
}
break;