[all-commits] [llvm/llvm-project] a6eb70: [lldb] Return empty string from getExtraMakeArgs w...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Wed Aug 19 17:53:12 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a6eb70c052da767aef6b041d0db20bdf3a9e06b5
      https://github.com/llvm/llvm-project/commit/a6eb70c052da767aef6b041d0db20bdf3a9e06b5
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-08-19 (Wed, 19 Aug 2020)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/builders/builder.py

  Log Message:
  -----------
  [lldb] Return empty string from getExtraMakeArgs when not implemented

No return statement means the method returns None which breaks a list
comprehension down the line that expects a str instance.




More information about the All-commits mailing list