diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-09-13 23:33:14 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-09-13 23:33:14 +0200 |
| commit | 8cc075c6a736fdde56ca2da03a868821695765f4 (patch) | |
| tree | 2dd14d3bc47e5bf00e612a0d792f5e33f2c7a81b /boot/name_analysis.cc | |
| parent | 38a24d57067b657cde572f92210c5719091c88ff (diff) | |
| download | elna-8cc075c6a736fdde56ca2da03a868821695765f4.tar.gz | |
Add threadvar section for thread-local variables
Diffstat (limited to 'boot/name_analysis.cc')
| -rw-r--r-- | boot/name_analysis.cc | 1 |
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; } } |
