[all-commits] [llvm/llvm-project] 8dc3da: [mlir] Build fix for mlir-opt

Kern Handa via All-commits all-commits at lists.llvm.org
Wed Feb 5 21:16:12 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8dc3da7d58fe253b17bbfbdb5b4b51e8f0aa2e0f
      https://github.com/llvm/llvm-project/commit/8dc3da7d58fe253b17bbfbdb5b4b51e8f0aa2e0f
  Author: Kern Handa <kern.handa at gmail.com>
  Date:   2020-02-06 (Thu, 06 Feb 2020)

  Changed paths:
    M mlir/tools/mlir-opt/CMakeLists.txt

  Log Message:
  -----------
  [mlir] Build fix for mlir-opt

mlir-opt needs to link against MLIRLoopAnalysis
This shouldn't be needed but MLIR "hack" for
"whole-archive" linking is not compatible with
CMake transitive dependencies management.

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




More information about the All-commits mailing list