forked from OSchip/llvm-project
Patch from Matt Kopec:
This patch switches support on Linux from JIT to MCJIT. llvm-svn: 167026
This commit is contained in:
parent
21a78c9ac2
commit
0734dfb23d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue