[all-commits] [llvm/llvm-project] e40782: [mlir][orc] unbreak MLIR ExecutionEngine after ORC...

ftynse via All-commits all-commits at lists.llvm.org
Thu Jan 30 05:26:46 PST 2020


  Branch: refs/heads/release/10.x
  Home:   https://github.com/llvm/llvm-project
  Commit: e40782f3cfabeaa17c38b599d768e8538c8d9951
      https://github.com/llvm/llvm-project/commit/e40782f3cfabeaa17c38b599d768e8538c8d9951
  Author: Alex Zinenko <zinenko at google.com>
  Date:   2020-01-30 (Thu, 30 Jan 2020)

  Changed paths:
    M mlir/lib/ExecutionEngine/ExecutionEngine.cpp

  Log Message:
  -----------
  [mlir][orc] unbreak MLIR ExecutionEngine after ORC changes

Changes to ORC in ce2207abaf9a925b35f15ef92aaff6b301ba6d22 changed the
APIs in IRCompileLayer, now requiring the custom compiler to be wrapped
in IRCompileLayer::IRCompiler. Even though MLIR relies on Orc
CompileUtils, the type is still visible in several places in the code.
Adapt those to the new API.

(cherry picked from commit 7984b47401f7f36475619abf2ff02de3b5ff0481)




More information about the All-commits mailing list