[PATCH] D79899: [MLIR] Move JitRunner to live with ExecutionEngine
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 13 17:29:43 PDT 2020
mehdi_amini accepted this revision.
mehdi_amini added inline comments.
Herald added a subscriber: jurahul.
================
Comment at: mlir/lib/ExecutionEngine/CMakeLists.txt:16
EXCLUDE_FROM_LIBMLIR
----------------
This is off-topic, but this should be documented (the code you deleted had a comment to this end).
Isn't the JIT infra mostly coming from libLLVM.so and so shouldn't be a "big dependency"?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79899/new/
https://reviews.llvm.org/D79899
More information about the llvm-commits
mailing list