aboutsummaryrefslogtreecommitdiff
path: root/boot/name_analysis.cc
diff options
context:
space:
mode:
Diffstat (limited to 'boot/name_analysis.cc')
-rw-r--r--boot/name_analysis.cc1
1 files changed, 1 insertions, 0 deletions
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<attribute_kind::aligned>(variable_identifier.attributes).alignment;
variable_symbol->value = computed;
+ variable_symbol->is_thread_local = declaration->is_thread_local;
}
}