kconfig: llvm: arm64: Advertise TLS support when using llvm for arm64
clang and lld both support TLS for arm64/aarch64, so advertise this support in Kconfig. Signed-off-by: Jonathon Penix <jpenix@quicinc.com>
This commit is contained in:
parent
253de6c7a2
commit
fb98adc323
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 || ARM
|
||||
depends on RISCV || ARM || ARM64
|
||||
def_bool y
|
||||
select TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue