[all-commits] [llvm/llvm-project] 345aca: [mlir] Fix shared libs build after 138df298208a095...

Markus Böck via All-commits all-commits at lists.llvm.org
Thu Aug 10 01:56:10 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 345acac85d382998e5721073cc077e47e799311f
      https://github.com/llvm/llvm-project/commit/345acac85d382998e5721073cc077e47e799311f
  Author: Markus Böck <markus.bock+llvm at nextsilicon.com>
  Date:   2023-08-10 (Thu, 10 Aug 2023)

  Changed paths:
    M mlir/lib/Dialect/MLProgram/IR/CMakeLists.txt

  Log Message:
  -----------
  [mlir] Fix shared libs build after 138df298208a095dc9bb9e5d1e3c67231b0abd77

Despite the dialect depending on the interface it previously got away with not linking against it.
138df298208a095dc9bb9e5d1e3c67231b0abd77 changed this causing build failures.




More information about the All-commits mailing list