diff options
author | David Majnemer <david.majnemer@gmail.com> | 2014-09-16 06:34:29 +0000 |
---|---|---|
committer | David Majnemer <david.majnemer@gmail.com> | 2014-09-16 06:34:29 +0000 |
commit | 8faf9370fa6af03e58d658c2cf31569b1ecc47b6 (patch) | |
tree | 5b974e0d10be784eb438fbbd52e4827ede7e0f38 /lldb/source/Expression/IRExecutionUnit.cpp | |
parent | 76e251c03bfacdee5cd229abb6c4a074e1ee32e0 (diff) | |
download | bcm5719-llvm-8faf9370fa6af03e58d658c2cf31569b1ecc47b6.tar.gz bcm5719-llvm-8faf9370fa6af03e58d658c2cf31569b1ecc47b6.zip |
Clean-up warnings on Linux/GCC
llvm-svn: 217862
Diffstat (limited to 'lldb/source/Expression/IRExecutionUnit.cpp')
-rw-r--r-- | lldb/source/Expression/IRExecutionUnit.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Expression/IRExecutionUnit.cpp b/lldb/source/Expression/IRExecutionUnit.cpp index 41cc89979f3..3c8548d85e4 100644 --- a/lldb/source/Expression/IRExecutionUnit.cpp +++ b/lldb/source/Expression/IRExecutionUnit.cpp @@ -301,6 +301,7 @@ IRExecutionUnit::GetRunnableInfo(Error &error, .setErrorStr(&error_string) .setRelocationModel(relocModel) .setJITMemoryManager(new MemoryManager(*this)) + .setCodeModel(codeModel) .setOptLevel(llvm::CodeGenOpt::Less); llvm::StringRef mArch; |