summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/Symbols.cpp
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2013-07-02 13:52:38 +0000
committerEd Maste <emaste@freebsd.org>2013-07-02 13:52:38 +0000
commitd3561c6abe1b15cf9b0258d1c8f8cb442429d36f (patch)
treea704c544d4ec0386bab3fa1b430b51bc707248d6 /lldb/source/Host/common/Symbols.cpp
parent165d759a6a79458552fb21f04d9df2130c8f39e8 (diff)
downloadbcm5719-llvm-d3561c6abe1b15cf9b0258d1c8f8cb442429d36f.tar.gz
bcm5719-llvm-d3561c6abe1b15cf9b0258d1c8f8cb442429d36f.zip
Build standalone debug symbol file support on FreeBSD too
llvm-svn: 185425
Diffstat (limited to 'lldb/source/Host/common/Symbols.cpp')
-rw-r--r--lldb/source/Host/common/Symbols.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Host/common/Symbols.cpp b/lldb/source/Host/common/Symbols.cpp
index 26f6db57c14..c00f4ccc67b 100644
--- a/lldb/source/Host/common/Symbols.cpp
+++ b/lldb/source/Host/common/Symbols.cpp
@@ -22,7 +22,7 @@
using namespace lldb;
using namespace lldb_private;
-#if defined (__linux__)
+#if defined (__linux__) || defined (__FreeBSD__)
FileSpec
Symbols::LocateExecutableObjectFile (const ModuleSpec &module_spec)
OpenPOWER on IntegriCloud