DPC++ Runtime
Runtime libraries for oneAPI DPC++
online_compiler.hpp
Go to the documentation of this file.
1 //===------- online_compiler.hpp - Online source compilation service ------===//
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 //===----------------------------------------------------------------------===//
8 
9 #pragma once
10 
12 
13 #if !defined(_MSC_VER) || defined(__clang__)
14 // MSVC doesn't support #warning and we cannot use other methods to report a
15 // warning from inside a system header (which SYCL is considered to be).
16 #warning sycl/ext/intel/online_compiler.hpp usage is deprecated, \
17 include sycl/ext/intel/experimental/online_compiler.hpp instead
18 #endif
19