rengolin added inline comments.

================
Comment at: source/Core/ArchSpec.cpp:1017
@@ +1016,3 @@
+    // considered to be compatible. This is required as a workaround for 
shared libraries compiled
+    // for Android without the NOTE section indicating that they are using the 
Android ABI.
+    if (lhs == llvm::Triple::Android && (rhs == llvm::Triple::EABI || rhs == 
llvm::Triple::EABIHF))
----------------
Are you sure AndroidEabi and EabiHF are compatible? Android is always 
soft-float, is it not?


http://reviews.llvm.org/D19480



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to