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
MLIRIR
MLIRPass
MLIRTransforms
NPCOMPTorchDialect
NPCOMPInterfaces
)

View File

@ -16,6 +16,7 @@ add_npcomp_conversion_library(NPCOMPTorchConversionPasses
LINK_LIBS PUBLIC
MLIRIR
MLIRPass
MLIRStandardOpsTransforms
NPCOMPTorchConversionDialect
NPCOMPTorchDialect
NPCOMPTorchPasses

View File

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