LLVM has a minimum requirement of python 3.6 now, so these are no longer needed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Yes, the LLVM core CMakeLists.txt located at llvm/CMakeLists.txt already has the check that has been removed from the debuginfo-tests. As debuginfo-tests cannot be configured by a direct CMake execution, this seems reasonable to me (even if CMake did somehow successfully generate targets for check-debuginfo-tests or similar, it would quickly fail if the user wasn't using python 3).