blob: 39d841d9d4688dd63f8bd78644e3cc35c0cf3d1b [file] [log] [blame]
Jim Cownie5e8470a2013-09-27 10:38:44 +00001/*
Jonathan Peytonde4749b2016-12-14 23:01:24 +00002 * kmp_import.cpp
Jim Cownie5e8470a2013-09-27 10:38:44 +00003 */
4
Jim Cownie5e8470a2013-09-27 10:38:44 +00005//===----------------------------------------------------------------------===//
6//
Chandler Carruth57b08b02019-01-19 10:56:40 +00007// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
8// See https://llvm.org/LICENSE.txt for license information.
9// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
Jim Cownie5e8470a2013-09-27 10:38:44 +000010//
11//===----------------------------------------------------------------------===//
12
Jonathan Peyton30419822017-05-12 18:01:32 +000013/* Object generated from this source file is linked to Windows* OS DLL import
14 library (libompmd.lib) only! It is not a part of regular static or dynamic
15 OpenMP RTL. Any code that just needs to go in the libompmd.lib (but not in
16 libompmt.lib and libompmd.dll) should be placed in this file. */
Jim Cownie5e8470a2013-09-27 10:38:44 +000017
18#ifdef __cplusplus
19extern "C" {
20#endif
21
Jonathan Peyton30419822017-05-12 18:01:32 +000022/*These symbols are required for mutual exclusion with Microsoft OpenMP RTL
23 (and compatibility with MS Compiler). */
Jim Cownie5e8470a2013-09-27 10:38:44 +000024
25int _You_must_link_with_exactly_one_OpenMP_library = 1;
Jonathan Peyton30419822017-05-12 18:01:32 +000026int _You_must_link_with_Intel_OpenMP_library = 1;
Jim Cownie5e8470a2013-09-27 10:38:44 +000027int _You_must_link_with_Microsoft_OpenMP_library = 1;
28
29#ifdef __cplusplus
30}
31#endif
32
33// end of file //