zephyr/include/toolchain/llvm.h

16 lines
301 B
C
Raw Normal View History

/*
* 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_ */