zephyr/tests/kernel/gen_isr_table
Eugeniy Paltsev effd2fa834 toolchain: define __no_optimization attribute across toolchains
The __attribute__((optimize("-O0"))) attribute is used to disable
optimization of some test functions. ARC MWDT toolchain doesn't
support it, however it supports __attribute__((optnone)) with
similar functionality.

Define __no_optimization attribute across all toolchains so it
can be used in tests.

NOTE: we don't define __no_optimization for XCC as it includes
GCC header with __no_optimization defined.

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
2020-10-06 11:41:23 -04:00
..
boards tests: gen_isr_table: Disable gpio on lpcxpresso54114 2020-07-11 08:49:50 -04:00
src toolchain: define __no_optimization attribute across toolchains 2020-10-06 11:41:23 -04:00
CMakeLists.txt
prj.conf
testcase.yaml tests: gen_isr_table: Disable tables generation 2020-09-29 12:36:33 +02:00