[llvm] r272880 - [llvm-objdump] Support detection of feature bits from the object and implement this for Mips.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 16 07:43:04 PDT 2016


On 16 June 2016 at 10:20, Daniel Sanders <Daniel.Sanders at imgtec.com> wrote:
> There's two tests blocking it at the moment:
>     LLVM :: CodeGen/ARM/trap.ll
>     LLVM :: tools/llvm-objdump/ARM/macho-mattr-arm.test
>
> trap.ll can use '-mtriple armv7-none-nacl' as the triple instead of '-mtriple armv7 -mattr +nacl-trap'.
>
> macho-mattr-arm.test needs ARM to implement enough autodetection to detect set the fp-armv8 feature appropriately. I don't know ARM or MachO but I don't mind putting a quick patch together if someone tells me how to detect fp-armv8 from the MachO object.

CCing Nick for MachO info.

Thanks,
Rafael


More information about the llvm-commits mailing list