commit | c4d4fb54ea6a9a8564569f2220712648e3600fe1 | [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 | ccbd88a288536d7779112e4105bbc7d952811439 | |
parent | 37952c28e302838d46876f45d108ba2b1d41e760 [diff] [blame] |
Add reloc arg to standard JIT createJIT() Fixes non-__APPLE__ build. Patch by Matt Johnson! git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@136580 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Expression/ClangExpressionParser.cpp b/source/Expression/ClangExpressionParser.cpp index c8385c2..14d8a70 100644 --- a/source/Expression/ClangExpressionParser.cpp +++ b/source/Expression/ClangExpressionParser.cpp
@@ -564,6 +564,7 @@ jit_memory_manager, CodeGenOpt::Less, true, + Reloc::Default, CodeModel::Small)); #else EngineBuilder builder(module);