[Lldb-commits] [PATCH] Fix Bug 20400
Chaoren Lin
chaorenl at google.com
Thu Feb 26 14:17:39 PST 2015
REPOSITORY
rL LLVM
http://reviews.llvm.org/D7897
Files:
lldb/trunk/source/Core/Module.cpp
Index: lldb/trunk/source/Core/Module.cpp
===================================================================
--- lldb/trunk/source/Core/Module.cpp
+++ lldb/trunk/source/Core/Module.cpp
@@ -1608,7 +1608,7 @@
m_arch = new_arch;
return true;
}
- return m_arch.IsExactMatch(new_arch);
+ return m_arch.IsCompatibleMatch(new_arch);
}
bool
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7897.20795.patch
Type: text/x-patch
Size: 371 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150226/cb1999c2/attachment.bin>
More information about the lldb-commits
mailing list