[llvm] [offload][SYCL] Add Module splitting by categories. (PR #131347)
Maksim Sabianin via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 4 07:06:31 PDT 2025
================
@@ -0,0 +1,42 @@
+//===-------- SplitModuleByCategory.h - module split ------------*- C++ -*-===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+// Functionality to split a module by categories.
----------------
maksimsab wrote:
I added an enhanced documentation to the function itself. Please, tell me if header's description should be also explanatory.
https://github.com/llvm/llvm-project/pull/131347
More information about the llvm-commits
mailing list