[llvm] [utils][bazel] Add Bazel build support for GPUToLLVMSPV. (PR #93991)

Keith Smiley via llvm-commits llvm-commits at lists.llvm.org
Fri May 31 10:34:59 PDT 2024


================
@@ -5794,6 +5794,24 @@ gentbl_cc_library(
     ],
 )
 
+cc_library(
+    name = "GPUToLLVMSPVTransforms",
+    src = glob([
----------------
keith wrote:

```suggestion
    srcs = glob([
```

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


More information about the llvm-commits mailing list