summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/linux
diff options
context:
space:
mode:
authorKate Stone <katherine.stone@apple.com>2016-04-27 17:49:51 +0000
committerKate Stone <katherine.stone@apple.com>2016-04-27 17:49:51 +0000
commit2eabf2484fe442a45125bce479996b32ffb2b5fa (patch)
tree9482d2d655accd9a61206e5d46d73ee558f42362 /lldb/source/Host/linux
parentaca7c412b459dd84b5a45587f03ec52f39b79cdd (diff)
downloadbcm5719-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.cpp2
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;
}
OpenPOWER on IntegriCloud