This is an archive of the discontinued LLVM Phabricator instance.

[libunwind] Simplify the executor used in the tests
ClosedPublic

Authored by ldionne on Oct 27 2021, 12:06 PM.

Details

Reviewers
steven_wu
Group Reviewers
Restricted Project
Commits
rG3e39bbf5f961: [libunwind] Simplify the executor used in the tests
Summary

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.

Diff Detail

Event Timeline

ldionne created this revision.Oct 27 2021, 12:06 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 27 2021, 12:06 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne requested review of this revision.Oct 27 2021, 12:06 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 27 2021, 12:06 PM
steven_wu accepted this revision.Oct 27 2021, 12:46 PM
This revision is now accepted and ready to land.Oct 27 2021, 12:46 PM
This revision was automatically updated to reflect the committed changes.