[Lldb-commits] [PATCH] D19480: Fix ARM attribute parsing for Android after rL267291
Renato Golin via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 25 05:58:56 PDT 2016
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
More information about the lldb-commits
mailing list