[all-commits] [llvm/llvm-project] d75ac5: [mlir] Add option to control python search priming
rk via All-commits
all-commits at lists.llvm.org
Tue Mar 1 14:53:40 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d75ac5811705941eb254995acb90ac88fda895ad
https://github.com/llvm/llvm-project/commit/d75ac5811705941eb254995acb90ac88fda895ad
Author: rkayaith <rkayaith at gmail.com>
Date: 2022-03-01 (Tue, 01 Mar 2022)
Changed paths:
M mlir/CMakeLists.txt
M mlir/cmake/modules/MLIRDetectPythonEnv.cmake
Log Message:
-----------
[mlir] Add option to control python search priming
This adds an option to configure the CMake python search priming
behaviour that was introduced in D118148. In some environments the
priming would cause the "real" search to fail. The default behaviour is
unchanged, i.e. the search will be primed.
Reviewed By: stellaraccident
Differential Revision: https://reviews.llvm.org/D120765
More information about the All-commits
mailing list