[all-commits] [llvm/llvm-project] e5290a: [lldb/CMake] Simplify logic for adding example Pyt...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon Dec 2 13:03:31 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e5290a06d6c23bd222543cb9b689a199343021a7
      https://github.com/llvm/llvm-project/commit/e5290a06d6c23bd222543cb9b689a199343021a7
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2019-12-02 (Mon, 02 Dec 2019)

  Changed paths:
    M lldb/CMakeLists.txt

  Log Message:
  -----------
  [lldb/CMake] Simplify logic for adding example Python packages (NFC)

This simplifies the CMake logic for adding the Python examples to the
Python package. It unifies the use of create_python_package by adding
the NOINIT option and removes the `target` argument, which is always
`finish_swig`.


  Commit: 8f2c100f6fa5250b987d11e53d24119bc1f8850e
      https://github.com/llvm/llvm-project/commit/8f2c100f6fa5250b987d11e53d24119bc1f8850e
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2019-12-02 (Mon, 02 Dec 2019)

  Changed paths:
    M lldb/CMakeLists.txt

  Log Message:
  -----------
  [lldb/CMake] Add in_call_stack to the utilities package

A subset of the examples are shipped as python packages. Include the
in_call_stack utility.


Compare: https://github.com/llvm/llvm-project/compare/82039cbc8d2a...8f2c100f6fa5


More information about the All-commits mailing list