[PATCH] D26444: [ELF][MIPS] Convert .reginfo and .MIPS.options sections to synthetic input sections

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 9 13:14:40 PST 2016


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM. Thanks!



================
Comment at: ELF/InputSection.h:42
 public:
-  enum Kind { Regular, EHFrame, Merge, MipsReginfo, MipsOptions, MipsAbiFlags };
+  enum Kind { Regular, EHFrame, Merge, MipsAbiFlags };
 
----------------
I expect MipsAbiFlags will be converted in future, correct?


Repository:
  rL LLVM

https://reviews.llvm.org/D26444





More information about the llvm-commits mailing list