Patch from Matt Kopec:
This patch switches support on Linux from JIT to MCJIT.
llvm-svn: 167026
diff --git a/lldb/source/Expression/ClangExpressionParser.cpp b/lldb/source/Expression/ClangExpressionParser.cpp
index 0da5f6d..51e0b19 100644
--- a/lldb/source/Expression/ClangExpressionParser.cpp
+++ b/lldb/source/Expression/ClangExpressionParser.cpp
@@ -52,7 +52,7 @@
#include "llvm/Support/Debug.h"
#include "llvm/Support/TargetSelect.h"
-#if !defined(__APPLE__)
+#if defined(__FreeBSD__)
#define USE_STANDARD_JIT
#endif