Patch from Matt Kopec:

This patch switches support on Linux from JIT to MCJIT.

llvm-svn: 167026
This commit is contained in:
Greg Clayton 2012-10-30 17:11:34 +00:00
parent 21a78c9ac2
commit 0734dfb23d
1 changed files with 1 additions and 1 deletions

View File

@ -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