We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db433b commit 60045b5Copy full SHA for 60045b5
arch/Kconfig
@@ -448,7 +448,7 @@ config ISR_TABLES_LOCAL_DECLARATION_SUPPORTED
448
# List of currently supported architectures
449
depends on ARM || ARM64
450
# List of currently supported toolchains
451
- depends on "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "zephyr" || "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "gnuarmemb"
+ depends on "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "zephyr" || "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "gnuarmemb" || "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "llvm"
452
453
config ISR_TABLES_LOCAL_DECLARATION
454
bool "ISR tables created locally and placed by linker"
0 commit comments