diff options
author | Mike Urbach <mikeurbach@gmail.com> | 2021-10-07 22:08:15 -0600 |
---|---|---|
committer | Mike Urbach <mikeurbach@gmail.com> | 2021-10-07 23:05:43 -0600 |
commit | 7aebdfc4fcc4a2667f5d5c30ffbdc146f9b014d2 (patch) | |
tree | 604d44988c23a1e0b76f4af819741b261cceadc6 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.h | |
parent | 82cd8b81aad5f33b054e6576b5ee85ceb9063107 (diff) | |
download | llvm-7aebdfc4fcc4a2667f5d5c30ffbdc146f9b014d2.zip llvm-7aebdfc4fcc4a2667f5d5c30ffbdc146f9b014d2.tar.gz llvm-7aebdfc4fcc4a2667f5d5c30ffbdc146f9b014d2.tar.bz2 |
[mlir] Limit Python dependency to Development.Module when possible.
After CMake 3.18, we are able to limit the scope of the
find_package(Python3 ...) search to just Development.Module. Searching
for Development will fail in manylinux builds, and isn't necessary
since we are not embedding the Python interpreter. For more information, see:
https://pybind11.readthedocs.io/en/stable/compiling.html#findpython-mode
Reviewed By: stellaraccident
Differential Revision: https://reviews.llvm.org/D111383
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.h')
0 files changed, 0 insertions, 0 deletions