commit | d3561c6abe1b15cf9b0258d1c8f8cb442429d36f | [log] [tgz] |
---|---|---|
author | Ed Maste <emaste@freebsd.org> | Tue Jul 02 13:52:38 2013 +0000 |
committer | Ed Maste <emaste@freebsd.org> | Tue Jul 02 13:52:38 2013 +0000 |
tree | a704c544d4ec0386bab3fa1b430b51bc707248d6 | |
parent | 165d759a6a79458552fb21f04d9df2130c8f39e8 [diff] [blame] |
Build standalone debug symbol file support on FreeBSD too llvm-svn: 185425
diff --git a/lldb/source/Host/common/Symbols.cpp b/lldb/source/Host/common/Symbols.cpp index 26f6db5..c00f4cc 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)