[all-commits] [llvm/llvm-project] fb27d5: [mlir-cpu-runner] Check entry function is void
Cullen Rhodes via All-commits
all-commits at lists.llvm.org
Tue Jul 4 00:34:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fb27d542b71920f821f9357a8ec7705a30d7b274
https://github.com/llvm/llvm-project/commit/fb27d542b71920f821f9357a8ec7705a30d7b274
Author: Cullen Rhodes <cullen.rhodes at arm.com>
Date: 2023-07-04 (Tue, 04 Jul 2023)
Changed paths:
M mlir/lib/ExecutionEngine/JitRunner.cpp
A mlir/test/mlir-cpu-runner/verify-entry-point-result.mlir
Log Message:
-----------
[mlir-cpu-runner] Check entry function is void
Currently crashes if function isn't void when specifiying
'-entry-point-result=void'.
Reviewed By: jpienaar
Differential Revision: https://reviews.llvm.org/D154352
More information about the All-commits
mailing list