projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddca5fa
)
Fix build with LLVM_DISABLE_PYTHON
author
Ed Maste
<emaste@freebsd.org>
Tue, 2 Jul 2013 19:30:52 +0000
(19:30 +0000)
committer
Ed Maste
<emaste@freebsd.org>
Tue, 2 Jul 2013 19:30:52 +0000
(19:30 +0000)
llvm-svn: 185466
lldb/source/Host/common/Host.cpp
patch
|
blob
|
history
diff --git
a/lldb/source/Host/common/Host.cpp
b/lldb/source/Host/common/Host.cpp
index
fbb6527
..
14fcce3
100644
(file)
--- a/
lldb/source/Host/common/Host.cpp
+++ b/
lldb/source/Host/common/Host.cpp
@@
-995,6
+995,7
@@
Host::GetLLDBPath (PathType path_type, FileSpec &file_spec)
}
break;
+#ifndef LLDB_DISABLE_PYTHON
case ePathTypePythonDir:
{
static ConstString g_lldb_python_dir;
@@
-1037,7
+1038,8
@@
Host::GetLLDBPath (PathType path_type, FileSpec &file_spec)
return file_spec.GetDirectory();
}
break;
-
+#endif
+
case ePathTypeLLDBSystemPlugins: // System plug-ins directory
{
#if defined (__APPLE__)