[Bazel][mlir] Avoid ODR violation introduced in 7ab749c3.
This change also prepares for 9119325a to land again. Adds `mlir_c_runner_utils_hdrs` and `mlir_runner_utils_hdrs` targets which do not depend on `//llvm::Support`. These can be used by other 'runner.so' targets if they are loaded along with the 'runner_utils.so' without calling `__mlir_execution_engine_init()` twice.
Loading
Please sign in to comment