brintos

brintos / llvm-project-archived public Read only

0
0
Text · 757 B · a721576 Raw
17 lines · plain
1//===----------------------------------------------------------------------===//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-exception6//7//===----------------------------------------------------------------------===//8///9/// \file10/// This file contains the declaration of SYCL RT version macro.11///12//===----------------------------------------------------------------------===//13#define _LIBSYCL_MAJOR_VERSION ${LIBSYCL_MAJOR_VERSION}14#define _LIBSYCL_MINOR_VERSION ${LIBSYCL_MINOR_VERSION}15#define _LIBSYCL_PATCH_VERSION ${LIBSYCL_PATCH_VERSION}16#define _LIBSYCL_ABI_NAMESPACE ${LIBSYCL_ABI_NAMESPACE}17