[all-commits] [llvm/llvm-project] d0416b: Don't attempt to upgrade debug-info-tests to Python3.

adrian-prantl via All-commits all-commits at lists.llvm.org
Fri Nov 8 14:14:29 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d0416b91f0390f6e69dacf3d5d076531221e0767
      https://github.com/llvm/llvm-project/commit/d0416b91f0390f6e69dacf3d5d076531221e0767
  Author: Adrian Prantl <aprantl at apple.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    M debuginfo-tests/CMakeLists.txt

  Log Message:
  -----------
  Don't attempt to upgrade debug-info-tests to Python3.

There was CMake code that would attempt to detect Python 3 even if
LLVM was configured with Python 2, but it messed with the environment
for the other LLVM projects. This commit removes this functionality
and just lkeaves a hard error if Python < 3 is detected and
debuginfo-tests are required.




More information about the All-commits mailing list