[Mlir-commits] [mlir] [mlir] Add support for MLIR_LINK_MLIR_DYLIB (PR #119408)
Mehdi Amini
llvmlistbot at llvm.org
Wed Dec 11 12:13:05 PST 2024
================
@@ -717,3 +717,15 @@ function(mlir_check_all_link_libraries name)
endforeach()
endif()
endfunction(mlir_check_all_link_libraries)
+
+function(mlir_target_link_libraries target type)
----------------
joker-eph wrote:
Can you document this? (why it is there and when/how it should be used?)
https://github.com/llvm/llvm-project/pull/119408
More information about the Mlir-commits
mailing list