[Lldb-commits] [lldb] [MLIR] Enabling Intel GPU Integration. (PR #65539)
Ronan Keryell via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 6 19:07:56 PDT 2023
================
@@ -0,0 +1,68 @@
+# CMake find_package() module for SYCL Runtime
+#
+# Example usage:
+#
+# find_package(SyclRuntime)
----------------
keryell wrote:
Shouldn't it
```suggestion
# find_package(SYCLRuntime)
```
everywhere?
https://github.com/llvm/llvm-project/pull/65539
More information about the lldb-commits
mailing list