1
0
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:
Nicolas Geoffray 2011-08-30 19:50:33 +00:00
parent 9db302e741
commit 7927005c3a

View File

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