From 60045b5ee0de281f936827d708cb0b5b01f41a9b Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 30 May 2025 15:45:56 -0700 Subject: [PATCH] arch: Add LLVM toolchain to ISR_TABLES_LOCAL_DECLARATION_SUPPORTED The LLVM toolchain can also compile this code. Signed-off-by: Tom Hughes --- arch/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/Kconfig b/arch/Kconfig index 646b83c9d65..33c7fa7f961 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -448,7 +448,7 @@ config ISR_TABLES_LOCAL_DECLARATION_SUPPORTED # List of currently supported architectures depends on ARM || ARM64 # List of currently supported toolchains - depends on "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "zephyr" || "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "gnuarmemb" + depends on "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "zephyr" || "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "gnuarmemb" || "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "llvm" config ISR_TABLES_LOCAL_DECLARATION bool "ISR tables created locally and placed by linker"