[PATCH] D24471: [ELF] Set EF_ARM_EABI_VER5 for ARM

Peter Smith via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 13 04:20:10 PDT 2016


peter.smith added a comment.

I think llvm-readobj -file-headers is a good starting point. This should dump the ELF header, and if the flag isn't shown textually you should be able to find the binary value.

ELF/Writer.cpp doesn't have any similar for subtargets at the moment unfortunately.


https://reviews.llvm.org/D24471





More information about the llvm-commits mailing list