blob: 94b8842bbf91bf2303f44050c33270aa99aba4ad [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
5
6//===----------------------------------------------------------------------===//
7//
8// The LLVM Compiler Infrastructure
9//
10// This file is dual licensed under the MIT and the University of Illinois Open
11// Source Licenses. See LICENSE.txt for details.
12//
13//===----------------------------------------------------------------------===//
14
15
Jonathan Peyton30419822017-05-12 18:01:32 +000016/* Object generated from this source file is linked to Windows* OS DLL import
17 library (libompmd.lib) only! It is not a part of regular static or dynamic
18 OpenMP RTL. Any code that just needs to go in the libompmd.lib (but not in
19 libompmt.lib and libompmd.dll) should be placed in this file. */
Jim Cownie5e8470a2013-09-27 10:38:44 +000020
21#ifdef __cplusplus
22extern "C" {
23#endif
24
Jonathan Peyton30419822017-05-12 18:01:32 +000025/*These symbols are required for mutual exclusion with Microsoft OpenMP RTL
26 (and compatibility with MS Compiler). */
Jim Cownie5e8470a2013-09-27 10:38:44 +000027
28int _You_must_link_with_exactly_one_OpenMP_library = 1;
Jonathan Peyton30419822017-05-12 18:01:32 +000029int _You_must_link_with_Intel_OpenMP_library = 1;
Jim Cownie5e8470a2013-09-27 10:38:44 +000030int _You_must_link_with_Microsoft_OpenMP_library = 1;
31
32#ifdef __cplusplus
33}
34#endif
35
36// end of file //