summaryrefslogtreecommitdiff
path: root/include/llvm/ExecutionEngine
diff options
context:
space:
mode:
authorNicolas Geoffray <nicolas.geoffray@lip6.fr>2011-08-30 19:50:33 +0000
committerNicolas Geoffray <nicolas.geoffray@lip6.fr>2011-08-30 19:50:33 +0000
commit5af214fef09396433bb38c97f33bfdc1f03118c7 (patch)
tree76368653f9875366a63262690aaff1b294e8d49e /include/llvm/ExecutionEngine
parent151ab3e2f7b69d2b46fdc25cbad9d43f4a827ef1 (diff)
downloadllvm-5af214fef09396433bb38c97f33bfdc1f03118c7.tar.gz
llvm-5af214fef09396433bb38c97f33bfdc1f03118c7.tar.bz2
llvm-5af214fef09396433bb38c97f33bfdc1f03118c7.tar.xz
The code model of JIT should default to JITDefault.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138819 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ExecutionEngine')
-rw-r--r--include/llvm/ExecutionEngine/ExecutionEngine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ExecutionEngine/ExecutionEngine.h b/include/llvm/ExecutionEngine/ExecutionEngine.h
index 6f60635d56..7a8b9ee7a8 100644
--- a/include/llvm/ExecutionEngine/ExecutionEngine.h
+++ b/include/llvm/ExecutionEngine/ExecutionEngine.h
@@ -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