diff options
author | Filipe Cabecinhas <me@filcab.net> | 2013-02-14 22:02:57 +0000 |
---|---|---|
committer | Filipe Cabecinhas <me@filcab.net> | 2013-02-14 22:02:57 +0000 |
commit | 55fcb1054276dcefbf32fb95be7e28ce2ef39d33 (patch) | |
tree | b96f382924ed9656d3f46e78db3f4e09d9baaecc /lldb/source/Expression | |
parent | 701cc97e926a4dca520012b496a2be9a7aaee036 (diff) | |
download | bcm5719-llvm-55fcb1054276dcefbf32fb95be7e28ce2ef39d33.tar.gz bcm5719-llvm-55fcb1054276dcefbf32fb95be7e28ce2ef39d33.zip |
Bring lldb up to date with clang revision 175141.
llvm-svn: 175213
Diffstat (limited to 'lldb/source/Expression')
-rw-r--r-- | lldb/source/Expression/ClangExpressionParser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Expression/ClangExpressionParser.cpp b/lldb/source/Expression/ClangExpressionParser.cpp index 22e7b45b5a1..a601b00aa55 100644 --- a/lldb/source/Expression/ClangExpressionParser.cpp +++ b/lldb/source/Expression/ClangExpressionParser.cpp @@ -368,6 +368,7 @@ ClangExpressionParser::ClangExpressionParser (ExecutionContextScope *exe_scope, m_code_generator.reset(CreateLLVMCodeGen(m_compiler->getDiagnostics(), module_name, m_compiler->getCodeGenOpts(), + m_compiler->getTargetOpts(), *m_llvm_context)); } |