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>
This commit is contained in:
parent
3d4c5e2dc8
commit
99adbadad5
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ config LLVM_USE_LLD
|
|||
endchoice
|
||||
|
||||
config TOOLCHAIN_LLVM_SUPPORTS_THREAD_LOCAL_STORAGE
|
||||
depends on RISCV
|
||||
depends on RISCV || ARM
|
||||
def_bool y
|
||||
select TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue