[all-commits] [llvm/llvm-project] 3e39bb: [libunwind] Simplify the executor used in the tests

Louis Dionne via All-commits all-commits at lists.llvm.org
Wed Oct 27 14:30:20 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3e39bbf5f9614327bb09d6527db8b40fc472fedf
      https://github.com/llvm/llvm-project/commit/3e39bbf5f9614327bb09d6527db8b40fc472fedf
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-10-27 (Wed, 27 Oct 2021)

  Changed paths:
    M libunwind/test/configs/llvm-libunwind-shared.cfg.in
    M libunwind/test/configs/llvm-libunwind-static.cfg.in

  Log Message:
  -----------
  [libunwind] Simplify the executor used in the tests

Instead of going through libc++'s run.py, we can simply run the executable
directly since we don't need to setup a working directory or control the
environment.

Differential Revision: https://reviews.llvm.org/D112649




More information about the All-commits mailing list