commit | eb72547f09244dc1978768352b2475726b76182f | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <peter@pcc.me.uk> | Sat Jul 30 22:42:24 2011 +0000 |
committer | Peter Collingbourne <peter@pcc.me.uk> | Sat Jul 30 22:42:24 2011 +0000 |
tree | 42d96c0584c8daf8fde4969cb1692b91a412859d | |
parent | 3ae5a1865627a77405a376b039c1a2f2a7bcb138 [diff] [blame] |
Add reloc arg to standard JIT createJIT() Fixes non-__APPLE__ build. Patch by Matt Johnson! llvm-svn: 136580
diff --git a/lldb/source/Expression/ClangExpressionParser.cpp b/lldb/source/Expression/ClangExpressionParser.cpp index c8385c2..14d8a70 100644 --- a/lldb/source/Expression/ClangExpressionParser.cpp +++ b/lldb/source/Expression/ClangExpressionParser.cpp
@@ -564,6 +564,7 @@ jit_memory_manager, CodeGenOpt::Less, true, + Reloc::Default, CodeModel::Small)); #else EngineBuilder builder(module);