Skip to content

Commit

Permalink
[mlir] Fix case in MLIRGPUtoSPIRVTransforms
Browse files Browse the repository at this point in the history
This patch changes the casing of MLIRGPUtoSPIRVTransforms
to be consistent with other transforms libraries.

Differential Revision: https://reviews.llvm.org/D81902
  • Loading branch information
GMNGeoffrey authored and antiagainst committed Jun 16, 2020
1 parent 7e01675 commit cd93906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlir/lib/Conversion/GPUToSPIRV/CMakeLists.txt
Expand Up @@ -2,7 +2,7 @@ set(LLVM_TARGET_DEFINITIONS GPUToSPIRV.td)
mlir_tablegen(GPUToSPIRV.cpp.inc -gen-rewriters)
add_public_tablegen_target(MLIRGPUToSPIRVIncGen)

add_mlir_conversion_library(MLIRGPUtoSPIRVTransforms
add_mlir_conversion_library(MLIRGPUToSPIRVTransforms
ConvertGPUToSPIRV.cpp
ConvertGPUToSPIRVPass.cpp

Expand Down

0 comments on commit cd93906

Please sign in to comment.