[Lldb-commits] [PATCH] D19604: Allow ObjectFilePECOFF to initialize with ARM binaries.
Renato Golin via lldb-commits
lldb-commits at lists.llvm.org
Wed May 4 07:15:20 PDT 2016
rengolin added a comment.
In http://reviews.llvm.org/D19604#421086, @omjavaid wrote:
> Right now we can distingusih between hard and soft float based on ABI information in elf. But cant really tell if hard float is legacy VFP or neon.
If the object has build attributes, it could help. But you also can't rely on it being there.
http://reviews.llvm.org/D19604
More information about the lldb-commits
mailing list