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 94d3253626
commit e031097177
1 changed files with 1 additions and 1 deletions

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