[all-commits] [llvm/llvm-project] 7f9770: Fix MLIR Python bindings build (remove inexistant ...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Thu Nov 5 12:06:51 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7f977086ebd1eee91e3816ca9d684e53099ad366
https://github.com/llvm/llvm-project/commit/7f977086ebd1eee91e3816ca9d684e53099ad366
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2020-11-05 (Thu, 05 Nov 2020)
Changed paths:
M mlir/lib/Bindings/Python/CMakeLists.txt
Log Message:
-----------
Fix MLIR Python bindings build (remove inexistant source from CMake list, NFC)
Commit: 72dcd902e7bb9c8d9814d75c69fb00a57570b339
https://github.com/llvm/llvm-project/commit/72dcd902e7bb9c8d9814d75c69fb00a57570b339
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2020-11-05 (Thu, 05 Nov 2020)
Changed paths:
M mlir/lib/Bindings/Python/CMakeLists.txt
Log Message:
-----------
Add a custom MLIRBindingsPythonExtension cmake target to group all Python bindings (NFC)
This target will depend on each individual extension and represent "all"
Python bindings in the repo. User projects can get a finer grain control by
depending directly on some individual targets as needed.
Compare: https://github.com/llvm/llvm-project/compare/24b3b2cd7488...72dcd902e7bb
More information about the All-commits
mailing list