diff options
| author | Zachary Turner <zturner@google.com> | 2014-07-22 16:19:29 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2014-07-22 16:19:29 +0000 |
| commit | 9ef307bfc1b6a130c616b030758699bdadbe4008 (patch) | |
| tree | 6e0de4b0f9e8fc2ee146778eb7a5ec5ea49a1626 /lldb/source/Core | |
| parent | 4bea5a83bd2787ff9238e67e37f4218439cdde6a (diff) | |
| download | bcm5719-llvm-9ef307bfc1b6a130c616b030758699bdadbe4008.tar.gz bcm5719-llvm-9ef307bfc1b6a130c616b030758699bdadbe4008.zip | |
Make the test runner understand Windows command shell execution.
Currently, the test runner makes the assumption that it will run
commands through /bin/sh. This is obviously not true on Windows,
so this patch abstracts this logic out somewhat. Instead of
having the caller build the command string himself, the caller
will now pass in argument list of the form [[a, b], [c, d], ...]
which will get converted into a string of the form a b; c d or
a b && c d, depending on the platform.
Reviewed by: Todd Fiala
Differential Revision: http://reviews.llvm.org/D4590
llvm-svn: 213669
Diffstat (limited to 'lldb/source/Core')
0 files changed, 0 insertions, 0 deletions

