================ @@ -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