[PATCH] D17956: Set the thumb flag for thumb symbols coming from an ELF file
Tamas Berghammer via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 4 11:33:45 PDT 2016
tberghammer added a comment.
Currently I don't see any easy way to test this as the thumb flag is only used by llvm-objdump when dumping a MachO file. The ELF dumping code in llvm-objdump should be fixed to use this flag as well as it currently fails to disassemble thumb code but doing it requires a significant amount of refactor. I plan to create a fix for that issue but I don't know when I will have time for doing it. If you have any suggestion about how can I write a standalone test for this change I would appreciate any suggestion.
P.S. I detected the issue while working on an external library using the object file parsing logic from llvm.
http://reviews.llvm.org/D17956
More information about the llvm-commits
mailing list