<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <font size="-1">cmake -G Ninja
      -DLLVM_ENABLE_PROJECTS="debuginfo-tests" -DLLVM_USE_LINKER=lld
      -DCMAKE_BUILD_TYPE="Release" -DLLVM_TARGETS_TO_BUILD=X86 -Wno-dev
      ../llvm &> ../../cmake.log<br>
      <br>
      in cmake.log<br>
      -- Targeting X86<br>
      CMake Error at
      /home/nnelson/Documents/llvm-project/debuginfo-tests/CMakeLists.txt:30
      (message):<br>
        Cannot run debuginfo-tests without python 3<br>
      <br>
      installed<br>
      python3 --version<br>
      Python 3.7.5<br>
      <br>
      python --version<br>
      Python 2.7.17<br>
      <br>
      in llvm-project/debuginfo-tests/CMakeLists.txt<br>
      elseif(PYTHON_VERSION_MAJOR LESS 3)<br>
        message(FATAL_ERROR "Cannot run debuginfo-tests without python
      3")<br>
      <br>
      Neil Nelson</font><br>
  </body>
</html>