summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2015-01-22 06:31:58 +0000
committerJason Molenda <jmolenda@apple.com>2015-01-22 06:31:58 +0000
commit07fd86a9df23bfee5bacad4ede28a5d19cc806f8 (patch)
tree83e7c956e10c1ad0e7e3a27d158dd4e5eb27ac1b
parentb57056f483ebb19dae90baf865dd7e2fe99c2995 (diff)
downloadbcm5719-llvm-07fd86a9df23bfee5bacad4ede28a5d19cc806f8.tar.gz
bcm5719-llvm-07fd86a9df23bfee5bacad4ede28a5d19cc806f8.zip
Update ExpressionSourceCode::GetText() to match the
name of the iOS simulator platform which was changed in r181631. <rdar://problem/19200084> llvm-svn: 226789
-rw-r--r--lldb/source/Expression/ExpressionSourceCode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Expression/ExpressionSourceCode.cpp b/lldb/source/Expression/ExpressionSourceCode.cpp
index ec9efae38aa..b3f335f1b31 100644
--- a/lldb/source/Expression/ExpressionSourceCode.cpp
+++ b/lldb/source/Expression/ExpressionSourceCode.cpp
@@ -51,7 +51,7 @@ extern "C"
bool ExpressionSourceCode::GetText (std::string &text, lldb::LanguageType wrapping_language, bool const_object, bool static_method, ExecutionContext &exe_ctx) const
{
const char *target_specific_defines = "typedef signed char BOOL;\n";
- static ConstString g_platform_ios_simulator ("PlatformiOSSimulator");
+ static ConstString g_platform_ios_simulator ("ios-simulator");
if (Target *target = exe_ctx.GetTargetPtr())
{
OpenPOWER on IntegriCloud