[all-commits] [llvm/llvm-project] 4a966e: [mlir] NFC - Split out RunnerUtils that don't requ...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Thu Feb 27 11:14:37 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4a966e5dd75160a7df0c7231e4c760a2bb127112
https://github.com/llvm/llvm-project/commit/4a966e5dd75160a7df0c7231e4c760a2bb127112
Author: Nicolas Vasilache <ntv at google.com>
Date: 2020-02-27 (Thu, 27 Feb 2020)
Changed paths:
A mlir/include/mlir/ExecutionEngine/CRunnerUtils.h
M mlir/include/mlir/ExecutionEngine/RunnerUtils.h
M mlir/lib/ExecutionEngine/CMakeLists.txt
A mlir/lib/ExecutionEngine/CRunnerUtils.cpp
M mlir/lib/ExecutionEngine/RunnerUtils.cpp
M mlir/test/CMakeLists.txt
M mlir/test/mlir-cpu-runner/bare_ptr_call_conv.mlir
Log Message:
-----------
[mlir] NFC - Split out RunnerUtils that don't require a C++ runtime
Summary:
This revision split out a new CRunnerUtils library that supports
MLIR execution on targets without a C++ runtime.
Differential Revision: https://reviews.llvm.org/D75257
More information about the All-commits
mailing list