Skip to content

Commit 99adbad

Browse files
jonathonpenixhenrikbrixandersen
authored andcommitted
toolchain: llvm: Allow TLS when using llvm targeting arm
TLS for Arm targets seems to be well supported in clang/lld, so mark it as supported by the toolchain. Signed-off-by: Jonathon Penix <jpenix@quicinc.com>
1 parent 3d4c5e2 commit 99adbad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/toolchain/llvm/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ config LLVM_USE_LLD
1919
endchoice
2020

2121
config TOOLCHAIN_LLVM_SUPPORTS_THREAD_LOCAL_STORAGE
22-
depends on RISCV
22+
depends on RISCV || ARM
2323
def_bool y
2424
select TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE
2525

0 commit comments

Comments
 (0)