[Lldb-commits] [PATCH] Use both OS and Architecture to choose correct ABI
Greg Clayton
clayborg at gmail.com
Fri Jun 26 10:44:11 PDT 2015
Add iOS as well as noted in the inline comment.
================
Comment at: source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp:240
@@ -240,1 +239,3 @@
+ if ((arch.GetTriple().getArch() == llvm::Triple::x86) &&
+ arch.GetTriple().isMacOSX())
{
----------------
add
```arch.GetTriple().isIOS()```
as well
http://reviews.llvm.org/D10308
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list