summaryrefslogtreecommitdiff
path: root/lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt
AgeCommit message (Expand)Author
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
2023-05-19Work around a modularization issue in the Python headers.Adrian Prantl
2020-08-17[lldb] Get rid of helper CMake variables for PythonJonas Devlieghere
2020-04-30[lldb/CMake] Set the PYTHON_RPATH for the unit testsJonas Devlieghere
2019-10-22remove multi-argument form of PythonObject::Reset()Lawrence D'Anna
2019-09-26Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna
2019-04-01[CMake] Only the Python scirpt interpreter should link against Python.Jonas Devlieghere
2019-03-26[Python] Define empty SWIG wrapper for unit testin"Jonas Devlieghere
2019-03-25[Python] Move SWIG wrapper dependency into the pluginJonas Devlieghere
2017-02-01[CMake] Update unit tests with accurate dependenciesChris Bieneman
2015-11-13Introduce a `PythonExceptionState` class.Zachary Turner
2015-11-13gtest - Make a `PythonTestSuite` base class for setup / teardown.Zachary Turner
2015-10-09Port native Python-API to 3.xZachary Turner