summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangExpressionParser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Expression/ClangExpressionParser.cpp')
-rw-r--r--lldb/source/Expression/ClangExpressionParser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Expression/ClangExpressionParser.cpp b/lldb/source/Expression/ClangExpressionParser.cpp
index c8385c2bf94..14d8a70ebb6 100644
--- a/lldb/source/Expression/ClangExpressionParser.cpp
+++ b/lldb/source/Expression/ClangExpressionParser.cpp
@@ -564,6 +564,7 @@ ClangExpressionParser::MakeJIT (lldb::addr_t &func_allocation_addr,
jit_memory_manager,
CodeGenOpt::Less,
true,
+ Reloc::Default,
CodeModel::Small));
#else
EngineBuilder builder(module);
OpenPOWER on IntegriCloud