[all-commits] [llvm/llvm-project] 5e5937: [mlir][func] Remove unnecessary link dependencies ...
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Thu Sep 8 14:37:24 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5e5937d0574547eb3e39fe9d920b968856a3b4e8
https://github.com/llvm/llvm-project/commit/5e5937d0574547eb3e39fe9d920b968856a3b4e8
Author: Jakub Kuderski <kubak at google.com>
Date: 2022-09-08 (Thu, 08 Sep 2022)
Changed paths:
M mlir/lib/Dialect/Func/Transforms/CMakeLists.txt
Log Message:
-----------
[mlir][func] Remove unnecessary link dependencies for MLIRFuncTransforms
This is so that FuncTransforms can be used by other dialects without introducing cyclic dependencies.
Tested by building with `BUILD_SHARED_LIBS=ON`
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D133527
More information about the All-commits
mailing list