Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
 4.1.99
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
llvm.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Google, Inc.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_TESTSUITE_INCLUDE_TEST_TOOLCHAIN_LLVM_H_
8#define ZEPHYR_TESTSUITE_INCLUDE_TEST_TOOLCHAIN_LLVM_H_
9
10#ifndef ZEPHYR_TESTSUITE_INCLUDE_TEST_TOOLCHAIN_H_
11#error "Please do not include test toolchain-specific headers directly, \
12use <zephyr/test_toolchain.h> instead"
13#endif
14
16
17#define TOOLCHAIN_WARNING_INTEGER_OVERFLOW "-Winteger-overflow"
18
19#endif