forked from OSchip/llvm-project
[MLIR] Link MLIRStandardOpsTransforms with MLIRTransforms.
Summary: This fixes shared lib build. Differential Revision: https://reviews.llvm.org/D79403
This commit is contained in:
parent
e53d4869a0
commit
72700fea2b
|
@ -13,5 +13,6 @@ target_link_libraries(MLIRStandardOpsTransforms
|
||||||
MLIRPass
|
MLIRPass
|
||||||
MLIRStandardOps
|
MLIRStandardOps
|
||||||
MLIRSupport
|
MLIRSupport
|
||||||
|
MLIRTransforms
|
||||||
LLVMSupport
|
LLVMSupport
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue