diff options
| author | Sylvestre Ledru <sylvestre@debian.org> | 2014-07-06 17:50:36 +0000 |
|---|---|---|
| committer | Sylvestre Ledru <sylvestre@debian.org> | 2014-07-06 17:50:36 +0000 |
| commit | 3cc9d630318325d33c349c6617f36a5d814adabb (patch) | |
| tree | 1da2f06e6e71e1e7745b149093f3e9aec1b320c0 /lldb/source/Expression/ClangExpressionParser.cpp | |
| parent | 611b7a11b59c85c45aa56f30ad4ff3c62c8ce446 (diff) | |
| download | bcm5719-llvm-3cc9d630318325d33c349c6617f36a5d814adabb.tar.gz bcm5719-llvm-3cc9d630318325d33c349c6617f36a5d814adabb.zip | |
Update lldb code to match the change in clang r212386
llvm-svn: 212410
Diffstat (limited to 'lldb/source/Expression/ClangExpressionParser.cpp')
| -rw-r--r-- | lldb/source/Expression/ClangExpressionParser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Expression/ClangExpressionParser.cpp b/lldb/source/Expression/ClangExpressionParser.cpp index 0b6d952b76b..28875b8469e 100644 --- a/lldb/source/Expression/ClangExpressionParser.cpp +++ b/lldb/source/Expression/ClangExpressionParser.cpp @@ -239,7 +239,7 @@ ClangExpressionParser::ClangExpressionParser (ExecutionContextScope *exe_scope, // // FIXME: We shouldn't need to do this, the target should be immutable once // created. This complexity should be lifted elsewhere. - m_compiler->getTarget().setForcedLangOptions(m_compiler->getLangOpts()); + m_compiler->getTarget().adjust(m_compiler->getLangOpts()); // 4. Set up the diagnostic buffer for reporting errors |

