summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeno Fischer <kfischer@college.harvard.edu>2014-09-09 04:56:16 +0000
committerKeno Fischer <kfischer@college.harvard.edu>2014-09-09 04:56:16 +0000
commita89da49ee7b7f8f0bb398aee8d8fa3648df116da (patch)
tree6adda0e76874322ed6d40dde2957014fb187f060
parent15d5e2b4d88abd6150b90a8ceb8fdc3df195af09 (diff)
downloadbcm5719-llvm-a89da49ee7b7f8f0bb398aee8d8fa3648df116da.tar.gz
bcm5719-llvm-a89da49ee7b7f8f0bb398aee8d8fa3648df116da.zip
Add back a return that got lost in rebase
llvm-svn: 217415
-rw-r--r--lldb/source/Host/macosx/HostInfoMacOSX.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Host/macosx/HostInfoMacOSX.mm b/lldb/source/Host/macosx/HostInfoMacOSX.mm
index e7057208e4e..a6a65531454 100644
--- a/lldb/source/Host/macosx/HostInfoMacOSX.mm
+++ b/lldb/source/Host/macosx/HostInfoMacOSX.mm
@@ -201,6 +201,7 @@ HostInfoMacOSX::ComputePythonDirectory(FileSpec &file_spec)
::strncat(raw_path, python_version_dir.c_str(), sizeof(raw_path) - strlen(raw_path) - 1);
}
file_spec.GetDirectory().SetCString(raw_path);
+ return true;
#else
return false;
#endif
OpenPOWER on IntegriCloud