blob: afcac9c279ec60bf2b1ec32ababde2a26f6cef5e [file] [log] [blame]
/*
* 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_ */