Skip to content

Commit 60045b5

Browse files
thugheskartben
authored andcommitted
arch: Add LLVM toolchain to ISR_TABLES_LOCAL_DECLARATION_SUPPORTED
The LLVM toolchain can also compile this code. Signed-off-by: Tom Hughes <tomhughes@chromium.org>
1 parent 6db433b commit 60045b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ config ISR_TABLES_LOCAL_DECLARATION_SUPPORTED
448448
# List of currently supported architectures
449449
depends on ARM || ARM64
450450
# List of currently supported toolchains
451-
depends on "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "zephyr" || "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "gnuarmemb"
451+
depends on "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "zephyr" || "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "gnuarmemb" || "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "llvm"
452452

453453
config ISR_TABLES_LOCAL_DECLARATION
454454
bool "ISR tables created locally and placed by linker"

0 commit comments

Comments
 (0)