[Lldb-commits] [PATCH] D54709: [lldbsuite] Invoke sed on Windows to determine the cache dir for clang

Stella Stamenova via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 19 09:24:19 PST 2018


stella.stamenova created this revision.
stella.stamenova added reviewers: aprantl, zturner.
Herald added subscribers: lldb-commits, teemperor.

In order to invoke sed on Windows, we need to quote the command correctly. Since we already have commands which do that, move the definitions at the beginning of the file and then re-use them for each command.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D54709

Files:
  packages/Python/lldbsuite/test/make/Makefile.rules

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54709.174630.patch
Type: text/x-patch
Size: 4371 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181119/07d5f50a/attachment.bin>


More information about the lldb-commits mailing list