Bring lldb up to date with clang revision 175141.

llvm-svn: 175213
This commit is contained in:
Filipe Cabecinhas
2013-02-14 22:02:57 +00:00
parent 701cc97e92
commit 55fcb10542

View File

@@ -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));
}