[all-commits] [llvm/llvm-project] c0861f: [mlir] Only build mlir-cpu-runner when the native ...
Stella Stamenova via All-commits
all-commits at lists.llvm.org
Fri Jan 28 10:10:32 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c0861fcbb90115e47a0fdef7c0cb346b0ef39cf5
https://github.com/llvm/llvm-project/commit/c0861fcbb90115e47a0fdef7c0cb346b0ef39cf5
Author: Stella Stamenova <stilis at microsoft.com>
Date: 2022-01-28 (Fri, 28 Jan 2022)
Changed paths:
M mlir/tools/CMakeLists.txt
Log Message:
-----------
[mlir] Only build mlir-cpu-runner when the native arch is targeted
mlir-cpu-runner has a dependency on ExecutionEngine which is only built for the native arch. So currently mlir-cpu-runner does not link correctly when the native arch is not targeted.
Reviewed By: mehdi_amini
Differential Revision: https://reviews.llvm.org/D118422
More information about the All-commits
mailing list