From 8cc075c6a736fdde56ca2da03a868821695765f4 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sun, 13 Sep 2026 23:33:14 +0200 Subject: Add threadvar section for thread-local variables --- boot/name_analysis.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'boot/name_analysis.cc') diff --git a/boot/name_analysis.cc b/boot/name_analysis.cc index d5b2e91..8820684 100644 --- a/boot/name_analysis.cc +++ b/boot/name_analysis.cc @@ -1419,6 +1419,7 @@ namespace elna::boot variable_symbol->alignment = evaluate_attributes(variable_identifier.attributes).alignment; variable_symbol->value = computed; + variable_symbol->is_thread_local = declaration->is_thread_local; } } -- cgit v1.2.3