forked from OSchip/llvm-project
[mlir][Linalg] Add missing library linkage for shared library builds.
Differential Revision: https://reviews.llvm.org/D80664
This commit is contained in:
parent
a57a67c59b
commit
0a072b8a0d
|
@ -8,6 +8,7 @@ add_mlir_dialect_library(MLIRLinalgUtils
|
||||||
MLIRAffineOps
|
MLIRAffineOps
|
||||||
MLIREDSC
|
MLIREDSC
|
||||||
MLIRIR
|
MLIRIR
|
||||||
|
MLIRLinalgEDSC
|
||||||
MLIRLinalgOps
|
MLIRLinalgOps
|
||||||
MLIRSCF
|
MLIRSCF
|
||||||
MLIRPass
|
MLIRPass
|
||||||
|
|
Loading…
Reference in New Issue