diff options
author | Pavel Labath <labath@google.com> | 2018-05-14 14:52:47 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2018-05-14 14:52:47 +0000 |
commit | 2cb7cf8e87aa873e2a40fba2e93737556a44b477 (patch) | |
tree | 4b1dfa0afffcd63c0e7abc0a5e0dffe06141177b /lldb/source/Host/common/MonitoringProcessLauncher.cpp | |
parent | 2a6afe5f87a08e1df0bed97edf8c4ab497dd9bff (diff) | |
download | bcm5719-llvm-2cb7cf8e87aa873e2a40fba2e93737556a44b477.tar.gz bcm5719-llvm-2cb7cf8e87aa873e2a40fba2e93737556a44b477.zip |
FileSpec: Remove PathSyntax enum and use llvm version instead
Summary:
The llvm version of the enum has the same enumerators, with stlightly
different names, so this is mostly just a search&replace exercise. One
concrete benefit of this is that we can remove the function for
converting between the two enums.
To avoid typing llvm::sys::path::Style::windows everywhere I import the
enum into the FileSpec class, so it can be referenced as
FileSpec::Style::windows.
Reviewers: zturner, clayborg
Subscribers: lldb-commits
Differential Revision: https://reviews.llvm.org/D46753
llvm-svn: 332247
Diffstat (limited to 'lldb/source/Host/common/MonitoringProcessLauncher.cpp')
0 files changed, 0 insertions, 0 deletions