blob: 914427006d3f86525cf0967d4786a21b35cd7823 [file] [log] [blame]
George Rokos2467df62017-01-25 21:27:24 +00001#
2#//===----------------------------------------------------------------------===//
3#//
4#// The LLVM Compiler Infrastructure
5#//
6#// This file is dual licensed under the MIT and the University of Illinois Open
7#// Source Licenses. See LICENSE.txt for details.
8#//
9#//===----------------------------------------------------------------------===//
10#
11
12include(CheckCCompilerFlag)
13include(CheckCXXCompilerFlag)
14
15# Checking C, CXX
16check_cxx_compiler_flag(-std=c++11 LIBOMPTARGET_HAVE_STD_CPP11_FLAG)
17check_c_compiler_flag(-Werror LIBOMPTARGET_HAVE_WERROR_FLAG)