From 0734dfb23d41a95a07da110d0a38822daaffd8c2 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Tue, 30 Oct 2012 17:11:34 +0000 Subject: [PATCH] Patch from Matt Kopec: This patch switches support on Linux from JIT to MCJIT. llvm-svn: 167026 --- lldb/source/Expression/ClangExpressionParser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4