mirror of https://github.com/llvm/torch-mlir
Add a few missing deps exposed by stricter linking with BFD.
parent
cab8d922ec
commit
80ff744c56
|
@ -21,6 +21,7 @@ add_npcomp_conversion_library(NPCOMPTorchPasses
|
||||||
LINK_LIBS PUBLIC
|
LINK_LIBS PUBLIC
|
||||||
MLIRIR
|
MLIRIR
|
||||||
MLIRPass
|
MLIRPass
|
||||||
|
MLIRTransforms
|
||||||
NPCOMPTorchDialect
|
NPCOMPTorchDialect
|
||||||
NPCOMPInterfaces
|
NPCOMPInterfaces
|
||||||
)
|
)
|
||||||
|
|
|
@ -16,6 +16,7 @@ add_npcomp_conversion_library(NPCOMPTorchConversionPasses
|
||||||
LINK_LIBS PUBLIC
|
LINK_LIBS PUBLIC
|
||||||
MLIRIR
|
MLIRIR
|
||||||
MLIRPass
|
MLIRPass
|
||||||
|
MLIRStandardOpsTransforms
|
||||||
NPCOMPTorchConversionDialect
|
NPCOMPTorchConversionDialect
|
||||||
NPCOMPTorchDialect
|
NPCOMPTorchDialect
|
||||||
NPCOMPTorchPasses
|
NPCOMPTorchPasses
|
||||||
|
|
|
@ -19,6 +19,7 @@ add_npcomp_library(NPCOMPRefBackend
|
||||||
MLIRIR
|
MLIRIR
|
||||||
MLIRLinalg
|
MLIRLinalg
|
||||||
MLIRLinalgToLLVM
|
MLIRLinalgToLLVM
|
||||||
|
MLIRLinalgTransforms
|
||||||
MLIRMathToLLVM
|
MLIRMathToLLVM
|
||||||
MLIRMathTransforms
|
MLIRMathTransforms
|
||||||
MLIRMemRefToLLVM
|
MLIRMemRefToLLVM
|
||||||
|
@ -28,6 +29,7 @@ add_npcomp_library(NPCOMPRefBackend
|
||||||
MLIRStandard
|
MLIRStandard
|
||||||
MLIRStandardOpsTransforms
|
MLIRStandardOpsTransforms
|
||||||
MLIRStandardToLLVM
|
MLIRStandardToLLVM
|
||||||
|
MLIRTensorTransforms
|
||||||
)
|
)
|
||||||
|
|
||||||
mlir_check_all_link_libraries(NPCOMPRefBackend)
|
mlir_check_all_link_libraries(NPCOMPRefBackend)
|
||||||
|
|
Loading…
Reference in New Issue