summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangExpressionParser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Expression/ClangExpressionParser.cpp')
-rw-r--r--lldb/source/Expression/ClangExpressionParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Expression/ClangExpressionParser.cpp b/lldb/source/Expression/ClangExpressionParser.cpp
index 4a8f9412cf7..d040cd84891 100644
--- a/lldb/source/Expression/ClangExpressionParser.cpp
+++ b/lldb/source/Expression/ClangExpressionParser.cpp
@@ -270,7 +270,7 @@ ClangExpressionParser::ClangExpressionParser (ExecutionContextScope *exe_scope,
}
else
{
- m_compiler->getTargetOpts().Triple = llvm::sys::getHostTriple();
+ m_compiler->getTargetOpts().Triple = llvm::sys::getDefaultTargetTriple();
}
// 3. Set up various important bits of infrastructure.
OpenPOWER on IntegriCloud