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
|
||||
MLIRIR
|
||||
MLIRPass
|
||||
MLIRTransforms
|
||||
NPCOMPTorchDialect
|
||||
NPCOMPInterfaces
|
||||
)
|
||||
|
|
|
@ -16,6 +16,7 @@ add_npcomp_conversion_library(NPCOMPTorchConversionPasses
|
|||
LINK_LIBS PUBLIC
|
||||
MLIRIR
|
||||
MLIRPass
|
||||
MLIRStandardOpsTransforms
|
||||
NPCOMPTorchConversionDialect
|
||||
NPCOMPTorchDialect
|
||||
NPCOMPTorchPasses
|
||||
|
|
|
@ -19,6 +19,7 @@ add_npcomp_library(NPCOMPRefBackend
|
|||
MLIRIR
|
||||
MLIRLinalg
|
||||
MLIRLinalgToLLVM
|
||||
MLIRLinalgTransforms
|
||||
MLIRMathToLLVM
|
||||
MLIRMathTransforms
|
||||
MLIRMemRefToLLVM
|
||||
|
@ -28,6 +29,7 @@ add_npcomp_library(NPCOMPRefBackend
|
|||
MLIRStandard
|
||||
MLIRStandardOpsTransforms
|
||||
MLIRStandardToLLVM
|
||||
MLIRTensorTransforms
|
||||
)
|
||||
|
||||
mlir_check_all_link_libraries(NPCOMPRefBackend)
|
||||
|
|
Loading…
Reference in New Issue