Skip to content

Scripts/llvm: Use local-exec tls model - #1163

Open
emiel-dr wants to merge 1 commit into
zephyrproject-rtos:mainfrom
emiel-dr:Use-local-exec-as-llvm-tls-model
Open

Scripts/llvm: Use local-exec tls model#1163
emiel-dr wants to merge 1 commit into
zephyrproject-rtos:mainfrom
emiel-dr:Use-local-exec-as-llvm-tls-model

Conversation

@emiel-dr

@emiel-dr emiel-dr commented Sep 4, 2026

Copy link
Copy Markdown

LLVM C++ runtime libraries are build with TLS-model initial-exec by default Use local-exec instead like the other libraries to avoid mismatching these

Fixes: #1159

LLVM C++ runtime libraries are build with tls-model initial-exec by default
Use local-exec instead like the other libraries to avoid mismatching these

Signed-off-by: DEVER Emiel <emiel.dever@psicontrol.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

LLVM runtimes built with wrong TLS model (initial-exec instead of local-exec)

1 participant