[Mlir-commits] [mlir] 4f77e50 - [MLIR][AMDGPU] Fix shared build. NFC
Michael Liao
llvmlistbot at llvm.org
Tue Apr 8 07:46:29 PDT 2025
Author: Michael Liao
Date: 2025-04-08T10:46:15-04:00
New Revision: 4f77e50042f8299b25442a263875cfb4564a506d
URL: https://github.com/llvm/llvm-project/commit/4f77e50042f8299b25442a263875cfb4564a506d
DIFF: https://github.com/llvm/llvm-project/commit/4f77e50042f8299b25442a263875cfb4564a506d.diff
LOG: [MLIR][AMDGPU] Fix shared build. NFC
Added:
Modified:
mlir/lib/Dialect/AMDGPU/IR/CMakeLists.txt
Removed:
################################################################################
diff --git a/mlir/lib/Dialect/AMDGPU/IR/CMakeLists.txt b/mlir/lib/Dialect/AMDGPU/IR/CMakeLists.txt
index 78d78cf48a747..2a019954c8356 100644
--- a/mlir/lib/Dialect/AMDGPU/IR/CMakeLists.txt
+++ b/mlir/lib/Dialect/AMDGPU/IR/CMakeLists.txt
@@ -16,4 +16,5 @@ add_mlir_dialect_library(MLIRAMDGPUDialect
MLIRGPUDialect
MLIRIR
MLIRSideEffectInterfaces
+ MLIRMemRefUtils
)
More information about the Mlir-commits
mailing list