commit | 4af3835e5e0fd4a689e18102a89cbbc6ff2b8b07 | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Tue Oct 30 17:11:34 2012 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Tue Oct 30 17:11:34 2012 +0000 |
tree | 7a442a0c60d80c6dc6d732cddb9fb90d7ef84e0b | |
parent | 42dc5a5711614d1ebd88d5e6e27fe7663071d878 [diff] [blame] |
Patch from Matt Kopec: This patch switches support on Linux from JIT to MCJIT. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@167026 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Expression/ClangExpressionParser.cpp b/source/Expression/ClangExpressionParser.cpp index 0da5f6d..51e0b19 100644 --- a/source/Expression/ClangExpressionParser.cpp +++ b/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