Add a few missing deps exposed by stricter linking with BFD.

pull/283/head
Stella Laurenzo 2021-08-22 11:56:48 -07:00
parent cab8d922ec
commit 80ff744c56
3 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,7 @@ add_npcomp_conversion_library(NPCOMPTorchPasses
LINK_LIBS PUBLIC LINK_LIBS PUBLIC
MLIRIR MLIRIR
MLIRPass MLIRPass
MLIRTransforms
NPCOMPTorchDialect NPCOMPTorchDialect
NPCOMPInterfaces NPCOMPInterfaces
) )

View File

@ -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

View File

@ -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)