Check libraries linked into mlir-hlo-opt
Adds a call to mlir_check_all_link_libraries() to check all libraries linked into mlir-hlo-opt.
This commit is contained in:
parent
27f7de6d83
commit
0bf620f5f2
@ -30,3 +30,5 @@ add_llvm_executable(mlir-hlo-opt mlir-hlo-opt.cpp
|
||||
)
|
||||
llvm_update_compile_flags(mlir-hlo-opt)
|
||||
target_link_libraries(mlir-hlo-opt PRIVATE ${LIBS})
|
||||
|
||||
mlir_check_all_link_libraries(mlir-hlo-opt)
|
||||
|
Loading…
Reference in New Issue
Block a user