summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/freebsd/Host.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2016-09-19 18:03:54 +0000
committerZachary Turner <zturner@google.com>2016-09-19 18:03:54 +0000
commit92b146e5fa0f80bda060e30ef0ee74243e3acc7a (patch)
tree88c4b45af5a3ef7fdd2a1abf8defa75816cbe16a /lldb/source/Host/freebsd/Host.cpp
parentc991709f460218e493eef36e8792865dac0a6461 (diff)
downloadbcm5719-llvm-92b146e5fa0f80bda060e30ef0ee74243e3acc7a.tar.gz
bcm5719-llvm-92b146e5fa0f80bda060e30ef0ee74243e3acc7a.zip
Try to fix freebsd and android builds.
llvm-svn: 281922
Diffstat (limited to 'lldb/source/Host/freebsd/Host.cpp')
-rw-r--r--lldb/source/Host/freebsd/Host.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Host/freebsd/Host.cpp b/lldb/source/Host/freebsd/Host.cpp
index a558c577100..aeab780ac45 100644
--- a/lldb/source/Host/freebsd/Host.cpp
+++ b/lldb/source/Host/freebsd/Host.cpp
@@ -102,7 +102,7 @@ GetFreeBSDProcessArgs(const ProcessInstanceInfoMatch *match_info_ptr,
cstr = data.GetCStr(&offset);
if (cstr)
- proc_args.AppendArgument(cstr);
+ proc_args.AppendArgument(llvm::StringRef(cstr));
else
return true;
}
OpenPOWER on IntegriCloud