[all-commits] [llvm/llvm-project] b3757f: [lldb/CMake] Autodetect Python dependency

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon Jan 6 09:07:41 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b3757f3091d1c718a91f5b06b7364b2af28339fa
      https://github.com/llvm/llvm-project/commit/b3757f3091d1c718a91f5b06b7364b2af28339fa
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-01-06 (Mon, 06 Jan 2020)

  Changed paths:
    A lldb/cmake/modules/FindPythonInterpAndLibs.cmake
    M lldb/cmake/modules/LLDBConfig.cmake
    A lldb/lldb/cmake/modules/FindPythonInterpAndLibs.cmake

  Log Message:
  -----------
  [lldb/CMake] Autodetect Python dependency

Python was the last remaining "optional" dependency for LLDB. This moves
the code to find Python into FindPythonInterpAndLibs using the same
principles as FindCursesAndPanel.

Differential revision: https://reviews.llvm.org/D72107


  Commit: 8eba3fbb12fc179959f709aa93f9af8d902fb6d7
      https://github.com/llvm/llvm-project/commit/8eba3fbb12fc179959f709aa93f9af8d902fb6d7
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-01-06 (Mon, 06 Jan 2020)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestFoundationDisassembly.py

  Log Message:
  -----------
  [lldb/Test] Temporarily skip TestFoundationDisassembly on the ASan bot.

This test is timing out on the sanitized bot on GreenDragon. Temporarily
disable it to increase the signal-to-noise ration.


Compare: https://github.com/llvm/llvm-project/compare/83ec9b51ed21...8eba3fbb12fc


More information about the All-commits mailing list