summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/IRExecutionUnit.cpp
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2014-09-16 06:34:29 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2014-09-16 06:34:29 +0000
commit8faf9370fa6af03e58d658c2cf31569b1ecc47b6 (patch)
tree5b974e0d10be784eb438fbbd52e4827ede7e0f38 /lldb/source/Expression/IRExecutionUnit.cpp
parent76e251c03bfacdee5cd229abb6c4a074e1ee32e0 (diff)
downloadbcm5719-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.cpp1
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;
OpenPOWER on IntegriCloud