- /*
- * Copyright (c) 2021 Intel Corporation.
- *
- * SPDX-License-Identifier: Apache-2.0
- */
- #ifndef ZEPHYR_INCLUDE_TOOLCHAIN_LLVM_H_
- #define ZEPHYR_INCLUDE_TOOLCHAIN_LLVM_H_
- #define __no_optimization __attribute__((optnone))
- #include <toolchain/gcc.h>
- #endif /* ZEPHYR_INCLUDE_TOOLCHAIN_LLVM_H_ */
|