[all-commits] [llvm/llvm-project] 27924b: [mlir] Remove mlir_c_runner_utils_static.

Christian Sigg via All-commits all-commits at lists.llvm.org
Fri Jan 29 06:05:10 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 27924b126329528024d5b3a5bf71a4f637de853a
      https://github.com/llvm/llvm-project/commit/27924b126329528024d5b3a5bf71a4f637de853a
  Author: Christian Sigg <csigg at google.com>
  Date:   2021-01-29 (Fri, 29 Jan 2021)

  Changed paths:
    M mlir/lib/ExecutionEngine/CMakeLists.txt

  Log Message:
  -----------
  [mlir] Remove mlir_c_runner_utils_static.

The library is not actually static when BUILD_SHARED_LIBS is on, and tests need to explicitly load it already. Also, the shared objects it was linked to did not use any symbols from it and it was therefore never linked to it.

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D95612




More information about the All-commits mailing list