[PATCH] [mips] llvm-readobj can parse .MIPS.abiflags. No need to check the bytes.

Daniel Sanders daniel.sanders at imgtec.com
Thu Jun 18 08:04:02 PDT 2015


Hi atanasyan,

A small tweak was required to llvm-readobj to avoid false passes.
In FileCheck, 'MIPS32' matches both 'MIPS32' and 'MIPS32r6' so llvm-readobj
now emits 'MIPS32 (MIPS32 revision 1)', 'MIPS2 (MIPS2 revision 0)', etc.

http://reviews.llvm.org/D10538

Files:
  test/MC/Mips/mips_abi_flags_xx.s
  test/MC/Mips/mips_abi_flags_xx_set.s
  tools/llvm-readobj/ELFDumper.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10538.27935.patch
Type: text/x-patch
Size: 4447 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150618/9031286e/attachment.bin>


More information about the llvm-commits mailing list