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>
This commit is contained in:
parent
6db433bada
commit
60045b5ee0
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue