diff options
| author | Kate Stone <katherine.stone@apple.com> | 2016-04-27 17:49:51 +0000 |
|---|---|---|
| committer | Kate Stone <katherine.stone@apple.com> | 2016-04-27 17:49:51 +0000 |
| commit | 2eabf2484fe442a45125bce479996b32ffb2b5fa (patch) | |
| tree | 9482d2d655accd9a61206e5d46d73ee558f42362 /lldb/source/Host/linux | |
| parent | aca7c412b459dd84b5a45587f03ec52f39b79cdd (diff) | |
| download | bcm5719-llvm-2eabf2484fe442a45125bce479996b32ffb2b5fa.tar.gz bcm5719-llvm-2eabf2484fe442a45125bce479996b32ffb2b5fa.zip | |
Renamed system plugin directory to address https://bugs.swift.org/browse/SR-1093
llvm-svn: 267749
Diffstat (limited to 'lldb/source/Host/linux')
| -rw-r--r-- | lldb/source/Host/linux/HostInfoLinux.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Host/linux/HostInfoLinux.cpp b/lldb/source/Host/linux/HostInfoLinux.cpp index 4732a2a571b..0d0ba3323d6 100644 --- a/lldb/source/Host/linux/HostInfoLinux.cpp +++ b/lldb/source/Host/linux/HostInfoLinux.cpp @@ -235,7 +235,7 @@ HostInfoLinux::ComputeSupportExeDirectory(FileSpec &file_spec) bool HostInfoLinux::ComputeSystemPluginsDirectory(FileSpec &file_spec) { - FileSpec temp_file("/usr/lib/lldb", true); + FileSpec temp_file("/usr/lib/lldb/plugins", true); file_spec.GetDirectory().SetCString(temp_file.GetPath().c_str()); return true; } |

