[all-commits] [llvm/llvm-project] cd4829: [Bazel][mlir] Avoid ODR violation introduced in 7a...

Christian Sigg via All-commits all-commits at lists.llvm.org
Wed Jun 21 23:01:12 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cd482968dca4ab385a4298dfbf17e9d49ccae620
      https://github.com/llvm/llvm-project/commit/cd482968dca4ab385a4298dfbf17e9d49ccae620
  Author: Christian Sigg <csigg at google.com>
  Date:   2023-06-22 (Thu, 22 Jun 2023)

  Changed paths:
    M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

  Log Message:
  -----------
  [Bazel][mlir] Avoid ODR violation introduced in 7ab749c.

This change also prepares for 9119325 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.




More information about the All-commits mailing list