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:
Jonathon Penix 2024-04-24 11:19:05 -07:00 committed by Alberto Escolar
commit fb98adc323

View file

@ -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