[all-commits] [llvm/llvm-project] 4bde9a: Add CMake dependency from MLIRJitRunner on all dia...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Fri Oct 23 18:24:24 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4bde9aa9644a54e6e650809d8460cff0b9e17c2a
https://github.com/llvm/llvm-project/commit/4bde9aa9644a54e6e650809d8460cff0b9e17c2a
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2020-10-24 (Sat, 24 Oct 2020)
Changed paths:
M mlir/lib/ExecutionEngine/CMakeLists.txt
M mlir/tools/mlir-cpu-runner/CMakeLists.txt
Log Message:
-----------
Add CMake dependency from MLIRJitRunner on all dialects
This dependency was already existing indirectly, but is now more direct
since the registration relies on a inline function. This fixes the
link of the tools with BFD.
More information about the All-commits
mailing list