[PATCH] D23161: [ELF][MIPS] Produce a correct and complete set of MIPS ELF header flags

Simon Atanasyan via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 5 08:24:43 PDT 2016


atanasyan updated this revision to Diff 66960.
atanasyan added a comment.

Thanks for review.

In this patch I moved a code from getMipsEFlags into some small functions to check and update ISA, ABI, PIC, and features flags separately.

I like the idea to move "tostring" function into LLVM code base. But I cannot find the right place for them.  Any ideas?


Repository:
  rL LLVM

https://reviews.llvm.org/D23161

Files:
  ELF/Writer.cpp
  test/ELF/mips-elf-flags-err.s
  test/ELF/mips-elf-flags.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23161.66960.patch
Type: text/x-patch
Size: 9894 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160805/eaa666eb/attachment.bin>


More information about the llvm-commits mailing list