[llvm] [SYCL] Add libsycl, a SYCL RT library implementation project (PR #144372)

Nikolas Klauser via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 16 09:19:56 PDT 2025


================
@@ -0,0 +1,64 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+///
+/// \file
+/// This file contains the declaration of the macros defining attributes for
+/// exported methods and defining API namespaces.
+///
+//===----------------------------------------------------------------------===//
+
+#ifndef __LIBSYCL_DETAIL_CONFIG_HPP
----------------
philnik777 wrote:

Is there a reason you use double underscores everywhere? That style tends to be use by compiler-defined stuff, so we avoid it in libc++.

https://github.com/llvm/llvm-project/pull/144372


More information about the llvm-commits mailing list