[all-commits] [llvm/llvm-project] bd701a: Fix MLIR Python bindings build (NFC)
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Thu Nov 5 13:18:10 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bd701ab49a2f996e712563acbf7e1a798a036752
https://github.com/llvm/llvm-project/commit/bd701ab49a2f996e712563acbf7e1a798a036752
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2020-11-05 (Thu, 05 Nov 2020)
Changed paths:
M mlir/cmake/modules/AddMLIRPythonExtension.cmake
Log Message:
-----------
Fix MLIR Python bindings build (NFC)
The CMake macro refactoring had a hardcoded value left instead of using
the function argument.
Didn't catch it locally before because it required a clean build to
trigger.
More information about the All-commits
mailing list