[offload] [test] Use test compiler ID rather than host (#124408)
[llvm-project.git] / clang / lib / Headers / yvals_core.h
blob5ee194a3e5f5f60b83cad4115fbb36c005e7646e
1 //===----- yvals_core.h - Internal MSVC STL core header -------------------===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
9 // Only include this if we are aiming for MSVC compatibility.
10 #ifndef _MSC_VER
11 #include_next <yvals_core.h>
12 #else
14 #ifndef __clang_yvals_core_h
15 #define __clang_yvals_core_h
17 #include_next <yvals_core.h>
19 #ifdef _STL_INTRIN_HEADER
20 #undef _STL_INTRIN_HEADER
21 #define _STL_INTRIN_HEADER <intrin0.h>
22 #endif
24 #endif
25 #endif