rename -no-tls to -no-thread-local

This commit is contained in:
bumbread
2023-03-14 16:32:42 +11:00
parent 5f3b6c9722
commit 5134d6bc63
3 changed files with 7 additions and 7 deletions

View File

@@ -1146,7 +1146,7 @@ gb_internal void check_global_variable_decl(CheckerContext *ctx, Entity *&e, Ast
// NOTE(bill): ignore this message for the time being
// error(e->token, "@(thread_local) is not supported for this target platform");
}
if(build_context.no_tls) {
if(build_context.no_thread_local) {
e->Variable.thread_local_model.len = 0;
}