[libunwind] Simplify the executor used in the tests
authorLouis Dionne <ldionne.2@gmail.com>
Wed, 27 Oct 2021 19:04:18 +0000 (15:04 -0400)
committerLouis Dionne <ldionne.2@gmail.com>
Wed, 27 Oct 2021 21:30:07 +0000 (17:30 -0400)
commit3e39bbf5f9614327bb09d6527db8b40fc472fedf
tree51e3bbcdc8652fc42fea9b757399044919879c74
parentc3cd5f5b4f8e78a04a49f5c1e40341110d21a593
[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
libunwind/test/configs/llvm-libunwind-shared.cfg.in
libunwind/test/configs/llvm-libunwind-static.cfg.in