mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
The code model of JIT should default to JITDefault.
llvm-svn: 138819
This commit is contained in:
parent
9db302e741
commit
7927005c3a
@ -204,7 +204,7 @@ public:
|
||||
bool GVsWithCode = true,
|
||||
Reloc::Model RM = Reloc::Default,
|
||||
CodeModel::Model CMM =
|
||||
CodeModel::Default);
|
||||
CodeModel::JITDefault);
|
||||
|
||||
/// addModule - Add a Module to the list of modules that we can JIT from.
|
||||
/// Note that this takes ownership of the Module: when the ExecutionEngine is
|
||||
|
Loading…
Reference in New Issue
Block a user