[all-commits] [llvm/llvm-project] 393ac2: [lldb/Test] Pass Make arguments in invocation inst...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Tue Jun 2 16:50:15 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 393ac216489773e3676ec7d80c3d993f78a29b6a
      https://github.com/llvm/llvm-project/commit/393ac216489773e3676ec7d80c3d993f78a29b6a
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-06-02 (Tue, 02 Jun 2020)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/plugins/builder_darwin.py

  Log Message:
  -----------
  [lldb/Test] Pass Make arguments in invocation instead of environment

The Darwin builder is passing some of the make arguments trough the
environment instead of the command line. Update the dsym builder to do
the same as the other variants.


  Commit: 4c53d4801cbbb1b573e4ef758f93ead12e1f59a2
      https://github.com/llvm/llvm-project/commit/4c53d4801cbbb1b573e4ef758f93ead12e1f59a2
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-06-02 (Tue, 02 Jun 2020)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/configuration.py
    M lldb/packages/Python/lldbsuite/test/dotest.py
    M lldb/packages/Python/lldbsuite/test/lldbtest.py
    M lldb/packages/Python/lldbsuite/test/plugins/builder_base.py

  Log Message:
  -----------
  [lldb/Test] Don't use the env to pass around configuration variables (NFC)

Don't use the environment to pass values to the builder. Use the
configuration instead.


Compare: https://github.com/llvm/llvm-project/compare/81dd3a47189e...4c53d4801cbb


More information about the All-commits mailing list