This is an archive of the discontinued LLVM Phabricator instance.

[lldbsuite] Invoke sed on Windows to determine the cache dir for clang
ClosedPublic

Authored by stella.stamenova on Nov 19 2018, 9:24 AM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Nov 19 2018, 10:44 AM
This revision was automatically updated to reflect the committed changes.