diff options
author | Rui Ueyama <ruiu@google.com> | 2016-04-30 21:32:12 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2016-04-30 21:32:12 +0000 |
commit | 53aa9f2475a1dd9050524bc9a0508d1e27a637a9 (patch) | |
tree | 15da10e49582e2498036a282380cc9fae0874eaf /lldb/packages/Python/lldbsuite/test/python_api/frame/main.c | |
parent | acc98ca43c376526ef31a618c774b230d6e6f51d (diff) | |
download | bcm5719-llvm-53aa9f2475a1dd9050524bc9a0508d1e27a637a9.tar.gz bcm5719-llvm-53aa9f2475a1dd9050524bc9a0508d1e27a637a9.zip |
[lit] Add %:[STpst] to represent paths without colons on Windows.
Summary:
We need these variables to concatenate two absolute paths to construct
a valid path. Currently, %t\%t is, for example, expanded to C:\foo\C:\foo,
which is not a valid path because ":" is not a valid path character
on Windows. With this patch, %t will be expanded to C\foo.
Differential Revision: http://reviews.llvm.org/D19757
llvm-svn: 268168
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/frame/main.c')
0 files changed, 0 insertions, 0 deletions