[Mlir-commits] [mlir] 9ac6eb5 - [mlir][openacc] Add MLIRSupport to MLIROpenACCTransforms
Valentin Clement
llvmlistbot at llvm.org
Mon Feb 5 12:43:03 PST 2024
Author: Valentin Clement
Date: 2024-02-05T12:42:47-08:00
New Revision: 9ac6eb5bec2367b34f4b839a051e49318adf9dd1
URL: https://github.com/llvm/llvm-project/commit/9ac6eb5bec2367b34f4b839a051e49318adf9dd1
DIFF: https://github.com/llvm/llvm-project/commit/9ac6eb5bec2367b34f4b839a051e49318adf9dd1.diff
LOG: [mlir][openacc] Add MLIRSupport to MLIROpenACCTransforms
Added:
Modified:
mlir/lib/Dialect/OpenACC/Transforms/CMakeLists.txt
Removed:
################################################################################
diff --git a/mlir/lib/Dialect/OpenACC/Transforms/CMakeLists.txt b/mlir/lib/Dialect/OpenACC/Transforms/CMakeLists.txt
index b7b9cf80afd9a..5d2fb4921a11d 100644
--- a/mlir/lib/Dialect/OpenACC/Transforms/CMakeLists.txt
+++ b/mlir/lib/Dialect/OpenACC/Transforms/CMakeLists.txt
@@ -16,5 +16,6 @@ add_mlir_dialect_library(MLIROpenACCTransforms
MLIROpenACCDialect
MLIRIR
MLIRPass
+ MLIRSupport
MLIRTransforms
)
More information about the Mlir-commits
mailing list