[all-commits] [llvm/llvm-project] cab904: [lit] Remove unnecessary indirection in progress_c...

Julian Lettner via All-commits all-commits at lists.llvm.org
Thu Apr 2 15:20:38 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: cab904c6d31cc55021a45171371a6ab9486d18af
      https://github.com/llvm/llvm-project/commit/cab904c6d31cc55021a45171371a6ab9486d18af
  Author: Julian Lettner <julian.lettner at apple.com>
  Date:   2020-04-02 (Thu, 02 Apr 2020)

  Changed paths:
    M llvm/utils/lit/lit/run.py

  Log Message:
  -----------
  [lit] Remove unnecessary indirection in progress_callback

On shutdown, the result complete handler is not racing with the main
thread anymore because we are now always waiting for process pool
termination via
```
  finally:
    pool.join()
```


  Commit: 022f1e2cc832cb4c0be90d12e50d773114f208e7
      https://github.com/llvm/llvm-project/commit/022f1e2cc832cb4c0be90d12e50d773114f208e7
  Author: Julian Lettner <julian.lettner at apple.com>
  Date:   2020-04-02 (Thu, 02 Apr 2020)

  Changed paths:
    M llvm/utils/lit/lit/cl_arguments.py
    M llvm/utils/lit/lit/main.py

  Log Message:
  -----------
  [lit] Refine filter error handling

Picking a default filter `.*` that matches everything lets us streamline
some error handling code.


  Commit: b94afc19ebccb77ad3140386d11920bd8885f2ed
      https://github.com/llvm/llvm-project/commit/b94afc19ebccb77ad3140386d11920bd8885f2ed
  Author: Julian Lettner <julian.lettner at apple.com>
  Date:   2020-04-02 (Thu, 02 Apr 2020)

  Changed paths:
    M compiler-rt/test/sanitizer_common/ios_commands/iossim_prepare.py

  Log Message:
  -----------
  iOS simulator testing: replace `simctl bootstatus` with boot+shutdown

rdar://59643443


Compare: https://github.com/llvm/llvm-project/compare/f68cc2a7ed76...b94afc19ebcc


More information about the All-commits mailing list