[all-commits] [llvm/llvm-project] 7984b4: [mlir][orc] unbreak MLIR ExecutionEngine after ORC...
ftynse via All-commits
all-commits at lists.llvm.org
Wed Jan 22 01:16:31 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7984b47401f7f36475619abf2ff02de3b5ff0481
https://github.com/llvm/llvm-project/commit/7984b47401f7f36475619abf2ff02de3b5ff0481
Author: Alex Zinenko <zinenko at google.com>
Date: 2020-01-22 (Wed, 22 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.
More information about the All-commits
mailing list