From: Greg Clayton Date: Tue, 30 Oct 2012 17:11:34 +0000 (+0000) Subject: Patch from Matt Kopec: X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0734dfb23d41a95a07da110d0a38822daaffd8c2;p=platform%2Fupstream%2Fllvm.git 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